https://bugzilla.redhat.com/show_bug.cgi?id=1434601#c5
[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: yasm2gas
8 # unmime flock pipebuf
9
10 pipebuf: pipebuf.c
11         sh $<
12
13 yasm2gas: yasm2gas.c
14         gcc -o $@ -Wall -g $<
15