X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=book%2FMakefile;h=1b2062748f759b276053e471d6113579c6ea0f19;hp=e8502412840e3f2dc81c8a3294b4793d6cf1498c;hb=42e1ff83c02f960325869e171f7af43b4fd96107;hpb=09af5a0331f744f3dec83173be53835c53bba3c8 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