summaryrefslogtreecommitdiff
path: root/copt/Makefile
blob: f727f7736444b7920764fdbfb4ba0b831291531e (plain)
1
2
3
4
5
6
7

copt: copt.c
	$(CC) $(ANSI) $(CFLAGS) $(LDFLAGS) -o $@ copt.c

realclean clean:
	rm -f *.o copt