X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=book%2FMakefile;h=1b2062748f759b276053e471d6113579c6ea0f19;hb=refs%2Fremotes%2Forigin%2Fmaster;hp=e8502412840e3f2dc81c8a3294b4793d6cf1498c;hpb=b9fb6e88fc023303181e384719c8e2d3f19133a2;p=remoteglot diff --git a/book/Makefile b/book/Makefile index e850241..1b20627 100644 --- a/book/Makefile +++ b/book/Makefile @@ -1,7 +1,7 @@ CXXFLAGS=-std=gnu++11 -O2 -g -Wall LDLIBS=-lmtbl -all: binloader binlookup +all: binloader binlookup binmerger .PHONY: clean clean: - $(RM) binloader binlookup + $(RM) binloader binlookup binmerger