#
# uniq  - makefile
#
#		11 Jan 90
#
# Options are for Manx Aztec-C V3.6a
#
# 

O=o/

#

uniq : $(O)uniq.o  
	cc date.c -o $(O)date.o
	ln -o uniq -g $(O)uniq.o $(O)date.o -lc

$(O)uniq.o:	uniq.c  
	cc -n   uniq.c -o $(O)uniq.o
