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