From: Steinar H. Gunderson Date: Tue, 9 Dec 2014 01:03:12 +0000 (+0100) Subject: Add a Makefile for the book builder stuff. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b9fb6e88fc023303181e384719c8e2d3f19133a2;p=remoteglot Add a Makefile for the book builder stuff. --- diff --git a/book/Makefile b/book/Makefile new file mode 100644 index 0000000..e850241 --- /dev/null +++ b/book/Makefile @@ -0,0 +1,7 @@ +CXXFLAGS=-std=gnu++11 -O2 -g -Wall +LDLIBS=-lmtbl +all: binloader binlookup + +.PHONY: clean +clean: + $(RM) binloader binlookup