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

realclean clean:
	rm -f *.o copt

