CFLAGS=-Wall -Wstrict-prototypes -ggdb3 #-O2 all: ../bin/unmime ../bin/flock ../bin/%: %.c $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@