]> git.sesse.net Git - remoteglot/commitdiff
Add a Makefile for the book builder stuff.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 9 Dec 2014 01:03:12 +0000 (02:03 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 9 Dec 2014 01:03:15 +0000 (02:03 +0100)
book/Makefile [new file with mode: 0644]

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