Binaries are now compiled locally, /home/kratochvil/bin/* are symlinks
[nethome.git] / src / Makefile
index 2651456..a6885e0 100644 (file)
@@ -1,6 +1,10 @@
-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: ../bin/unmime ../bin/flock
+all: unmime flock pipebuf
 
-../bin/%: %.c
-       $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@
+pipebuf: pipebuf.c
+       sh $<