]> git.sesse.net Git - remoteglot-book/blobdiff - Makefile
Add a Makefile for the book builder stuff.
[remoteglot-book] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..e850241
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+CXXFLAGS=-std=gnu++11 -O2 -g -Wall
+LDLIBS=-lmtbl
+all: binloader binlookup
+
+.PHONY: clean
+clean:
+       $(RM) binloader binlookup