This commit was manufactured by cvs2svn to create branch 'unlabeled-1.2.2'.
[nethome.git] / src / Makefile
diff --git a/src/Makefile b/src/Makefile
deleted file mode 100644 (file)
index 2651456..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-CFLAGS=-Wall -Wstrict-prototypes -ggdb3 #-O2
-
-all: ../bin/unmime ../bin/flock
-
-../bin/%: %.c
-       $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@