+macro editor ALT-w: wrap text (subject line) to " [WAS: &]"
[nethome.git] / src / Makefile
1 CFLAGS=
2 CFLAGS+=-Wall -Wstrict-prototypes -ggdb3
3 #CFLAGS+=-pedantic -ansi -traditional -Wall -Wstrict-prototype
4 #CFLAGS+=-O9 -fexpensive-optimizations -finline-functions
5 #CFLAGS+=-pg
6
7 all: ../bin/unmime ../bin/flock
8
9 ../bin/%: %.c
10         $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@