Compilation cleanup
authorshort <>
Sat, 16 Feb 2002 21:54:28 +0000 (21:54 +0000)
committershort <>
Sat, 16 Feb 2002 21:54:28 +0000 (21:54 +0000)
+pipebuf

src/Makefile

index 5cc3e75..a6885e0 100644 (file)
@@ -4,7 +4,7 @@ CFLAGS+=-Wall -Wstrict-prototypes -ggdb3
 #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 $<