From 6d18ddb4bfb76e3efaeba564fcf9904b080a23af Mon Sep 17 00:00:00 2001 From: root <> Date: Mon, 31 Dec 2001 14:26:42 +0000 Subject: [PATCH] Binaries are now compiled locally, /home/kratochvil/bin/* are symlinks [cs_CZ] Programy se nyni kompiluji lokalne, /home/kratochvil/bin/* jsou symlinky --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile b/src/Makefile index 97b0cc6..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 ../bin/pipebuf +all: unmime flock pipebuf -../bin/%: %.c - $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@ +pipebuf: pipebuf.c + sh $< -- 1.8.3.1