http://sourceware.org/gdb/wiki/TestingGDB#head-4eade7db27381c0f4747113b6edea1b8f365d73f
[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: unmime flock pipebuf
8
9 pipebuf: pipebuf.c
10         sh $<