orig rh71
[nethome.git] / src / Makefile
1 CFLAGS=-Wall -Wstrict-prototypes -ggdb3 #-O2
2
3 all: ../bin/unmime ../bin/flock
4
5 ../bin/%: %.c
6         $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@