Binaries are now compiled locally, /home/kratochvil/bin/* are symlinks unlabeled-1.3.2
authorroot <>
Mon, 31 Dec 2001 14:26:42 +0000 (14:26 +0000)
committerroot <>
Mon, 31 Dec 2001 14:26:42 +0000 (14:26 +0000)
[cs_CZ] Programy se nyni kompiluji lokalne, /home/kratochvil/bin/* jsou symlinky

src/Makefile

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