Fixed empty password of "cvs@vellum.cz" to the correct "pserver@vellum.cz"
[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 $@