chiark / gitweb /
Filled in the observations section.
[matchsticks-search.git] / Makefile
index 5443d23e6f53d34bdca5515d5fd12655f3bac2e2..75efaf3fdb135d0e4a77423f85e43740ec0bc325 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,13 @@
-CFLAGS += -Wall -Wwrite-strings -Wstrict-prototypes -g -O2 -std=gnu99 -lm
+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
+
+test: test.pl main
+       ./test.pl
+
+clean:
+       rm -f main