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/?p=remoteglot-book;a=commitdiff_plain;h=e7e3545115ea2bab86d7d71268dba8f4c8ca650e Add a Makefile for the book builder stuff. --- diff --git a/Makefile b/Makefile new file mode 100644 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