# :ts=8
OBJECTS=setdate.o \
	readclock.o \
	writeclock.o \
	timedisp.o \
	readport.o
setdate.exe: $(OBJECTS)
	ln $(OBJECTS) -lc
setdate.o: setdate.h
readclock.o: setdate.h
writeclock.o: setdate.h
timedisp.o: setdate.h
