]> git.sesse.net Git - remoteglot-book/blob - Makefile
Tune compression options a bit for intermediates (binloader) vs. final output (binmer...
[remoteglot-book] / Makefile
1 CXXFLAGS=-std=gnu++11 -O2 -g -Wall
2 LDLIBS=-lmtbl
3 all: binloader binlookup binmerger
4
5 .PHONY: clean
6 clean:
7         $(RM) binloader binlookup binmerger