CFLAGS= CFLAGS+=-Wall -Wstrict-prototypes -ggdb3 #CFLAGS+=-pedantic -ansi -traditional -Wall -Wstrict-prototype #CFLAGS+=-O9 -fexpensive-optimizations -finline-functions #CFLAGS+=-pg all: ../bin/unmime ../bin/flock ../bin/%: %.c $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@