+autocompilation of sources to ../bin/ (->$HOME/bin/)
[nethome.git] / 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 $@