Makefile 98 B

12345678
  1. copt: copt.c
  2. $(CC) $(ANSI) $(CFLAGS) $(LDFLAGS) -o $@ copt.c
  3. realclean clean:
  4. rm -f *.o copt