chiark / gitweb /
Run 'main' for (11,5), for which the bound wasn't tight.
[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
8
9 test: test.pl main
10         ./test.pl
11
12 clean:
13         rm -f main