Autoconfiscation.
[fides] / Makefile
diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index a7a4bd6..0000000
--- a/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all: fides
-
-CFLAGS ?= -Wall -g -O0
-LDFLAGS ?= -Wall -g -O0
-
-fides: fides.o
-       $(CXX) $(LDFLAGS) -o $@ $< -lbotan
-
-%.o: %.cc %.h
-       $(CXX) $(CFLAGS) -g -c -Wall -o $@ $<
-
-clean:
-       rm -f *.o fides