From 658c56560850e4ddd56ed5db130a4b9fe1d7d4e8 Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 16 Feb 2002 21:54:28 +0000 Subject: [PATCH] Compilation cleanup +pipebuf --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile b/src/Makefile index 5cc3e75..a6885e0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 $< -- 1.8.3.1