Include "rpm-qa" file.
[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 $<