X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=1b2062748f759b276053e471d6113579c6ea0f19;hb=d0b08188b8f9e70f2f5651b179b44e7cf992c85b;hp=e8502412840e3f2dc81c8a3294b4793d6cf1498c;hpb=e7e3545115ea2bab86d7d71268dba8f4c8ca650e;p=remoteglot-book diff --git a/Makefile b/Makefile index e850241..1b20627 100644 --- a/Makefile +++ b/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