chiark / gitweb /
rename {n,m}_over_best to {n,m}_max_frags to reflect way used in most of the code
[matchsticks-search.git] / Makefile
index 225239d8d0ff6d81578f9ee71665d95e38acc230..f86d6ae8f1f2885f2bc8ecc53ab38cdaabab766f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
-CFLAGS += -Wall -Wwrite-strings -Wstrict-prototypes -g -O2 --std=gnu99
+CFLAGS += -Wall -Wwrite-strings -Wstrict-prototypes -g -O2 -std=gnu99
+CFLAGS += $(CMDLINE_CFLAGS)
+CPPFLAGS += -DVERSION="\"`git-describe --tags --dirty=+`\""
 LC_CTYPE=C
-LDLIBS = -lpub -lglpk
+LDLIBS = -lpub -lglpk -lm
 
 all: main