mocksetup: Add /hdd bind.
[nethome.git] / src / Makefile
index 21974c2..d23df8b 100644 (file)
@@ -1 +1,15 @@
-CFLAGS=-Wall -Wstrict-prototypes -ggdb3 #-O2
+CFLAGS=
+CFLAGS+=-Wall -Wstrict-prototypes -ggdb3
+#CFLAGS+=-pedantic -ansi -traditional -Wall -Wstrict-prototype
+#CFLAGS+=-O9 -fexpensive-optimizations -finline-functions
+#CFLAGS+=-pg
+
+all: yasm2gas
+# unmime flock pipebuf
+
+pipebuf: pipebuf.c
+       sh $<
+
+yasm2gas: yasm2gas.c
+       gcc -o $@ -Wall -g $<
+