X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=book%2FMakefile;fp=book%2FMakefile;h=e8502412840e3f2dc81c8a3294b4793d6cf1498c;hp=0000000000000000000000000000000000000000;hb=b9fb6e88fc023303181e384719c8e2d3f19133a2;hpb=7dfa8135cabec7261a2a255e7b5edd679e75da0b 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