chiark / gitweb /
Add -std=gnu99 to Makefile
[matchsticks-search.git] / Makefile
index fa230a6cf45013c8b9a2721b11fde123b066ebb1..2b3faff49fe803c4d8ef2ad08164b55822d2ac58 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-CFLAGS += -Wall -Wwrite-strings -Wstrict-prototypes
+CFLAGS += -Wall -Wwrite-strings -Wstrict-prototypes -g -O2 -std=gnu99
 LC_CTYPE=C
-LDLIBS = -lpub
+LDLIBS = -lpub -lglpk
 
 all: main