From 495c21b89d088aee62c4f3f614fa20c9550db445 Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 22 Sep 2001 02:41:33 +0000 Subject: [PATCH] +autocompilation of sources to ../bin/ (->$HOME/bin/) - just "unmime" and "flock" preset for now --- src/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Makefile b/src/Makefile index 21974c2..2651456 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1 +1,6 @@ CFLAGS=-Wall -Wstrict-prototypes -ggdb3 #-O2 + +all: ../bin/unmime ../bin/flock + +../bin/%: %.c + $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@ -- 1.8.3.1