+autocompilation of sources to ../bin/ (->$HOME/bin/)
authorshort <>
Sat, 22 Sep 2001 02:41:33 +0000 (02:41 +0000)
committershort <>
Sat, 22 Sep 2001 02:41:33 +0000 (02:41 +0000)
  - just "unmime" and "flock" preset for now

src/Makefile

index 21974c2..2651456 100644 (file)
@@ -1 +1,6 @@
 CFLAGS=-Wall -Wstrict-prototypes -ggdb3 #-O2
+
+all: ../bin/unmime ../bin/flock
+
+../bin/%: %.c
+       $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@