CXXFLAGS=-std=gnu++11 -O2 -g -Wall LDLIBS=-lmtbl all: binloader binlookup .PHONY: clean clean: $(RM) binloader binlookup