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

realclean clean:
	rm -f *.o copt


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