CFLAGS = -O

cc68.ttp:	cc68.o
		$(CC) -o $@ cc68.o -lc extended.lib

clean:
		$(RM) cc68.ttp cc68.o
