mocksetup: Add /hdd bind.
[nethome.git] / src / Makefile
index 5cc3e75..d23df8b 100644 (file)
@@ -4,7 +4,12 @@ CFLAGS+=-Wall -Wstrict-prototypes -ggdb3
 #CFLAGS+=-O9 -fexpensive-optimizations -finline-functions
 #CFLAGS+=-pg
 
-all: ../bin/unmime ../bin/flock
+all: yasm2gas
+# unmime flock pipebuf
+
+pipebuf: pipebuf.c
+       sh $<
+
+yasm2gas: yasm2gas.c
+       gcc -o $@ -Wall -g $<
 
-../bin/%: %.c
-       $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@