chiark / gitweb /
minimum output match hamming weight; enforce argument ordering
[matchsticks-search.git] / Makefile
1 CFLAGS += -Wall -Wwrite-strings -Wstrict-prototypes -g -O2 -std=gnu99
2 CFLAGS += $(CMDLINE_CFLAGS)
3 CPPFLAGS += -DVERSION="\"`git-describe --tags --dirty=+`\""
4 LC_CTYPE=C
5 LDLIBS = -lpub -lglpk -lm
6
7 all: main