include ../../../Configfile

CFLAGS=		$(FLAGS)
OBJS=		share.o timestamp.o

all:		$(OBJS)

install:	all

clean:
		rm -f $(OBJS)

clobber:	clean
