This commit was manufactured by cvs2svn to create branch 'unlabeled-1.25.2'.
[nethome.git] / src / Makefile
diff --git a/src/Makefile b/src/Makefile
deleted file mode 100644 (file)
index 5cc3e75..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-CFLAGS=
-CFLAGS+=-Wall -Wstrict-prototypes -ggdb3
-#CFLAGS+=-pedantic -ansi -traditional -Wall -Wstrict-prototype
-#CFLAGS+=-O9 -fexpensive-optimizations -finline-functions
-#CFLAGS+=-pg
-
-all: ../bin/unmime ../bin/flock
-
-../bin/%: %.c
-       $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@