]> git.sesse.net Git - remoteglot-book/blob - Makefile
Update .gitignore.
[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