pipebuf included as it is used by .bashrc/cvs*() functions
authorroot <>
Mon, 31 Dec 2001 14:20:16 +0000 (14:20 +0000)
committerroot <>
Mon, 31 Dec 2001 14:20:16 +0000 (14:20 +0000)
[cs_CZ] pipebuf prilozen, nebot je pouzit z .bashrc/cvs*() functions

src/Makefile

index 5cc3e75..97b0cc6 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: ../bin/unmime ../bin/flock ../bin/pipebuf
 
 ../bin/%: %.c
        $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@