From: root <> Date: Mon, 31 Dec 2001 14:26:42 +0000 (+0000) Subject: Binaries are now compiled locally, /home/kratochvil/bin/* are symlinks X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=refs%2Fheads%2Funlabeled-1.3.2 Binaries are now compiled locally, /home/kratochvil/bin/* are symlinks [cs_CZ] Programy se nyni kompiluji lokalne, /home/kratochvil/bin/* jsou symlinky --- 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 $<