]> git.sesse.net Git - remoteglot-book/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>
Wed, 10 Dec 2014 23:51:39 +0000 (00:51 +0100)
Makefile [new file with mode: 0644]

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