]> cgit.babelmonkeys.de Git - mpdbot.git/blobdiff - Makefile
Add Makefile
[mpdbot.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..27613d6
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+CPPFLAGS += -Wall -g
+LIBS += -lobjxmpp
+
+.SILENT:
+
+all:
+       objfw-compile $(CPPFLAGS) $(LIBS) -o mpdbot src/*.m
+
+clean:
+       rm src/*.o