From: Ian Jackson Date: Sun, 9 Mar 2014 01:47:51 +0000 (+0000) Subject: move -lm to LDLIBS where it ought to be X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2177fb88cf454cf4625f8a76ef583e3a7eade323;p=matchsticks-search.git move -lm to LDLIBS where it ought to be --- diff --git a/Makefile b/Makefile index 5443d23..96ede56 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CFLAGS += -Wall -Wwrite-strings -Wstrict-prototypes -g -O2 -std=gnu99 -lm +CFLAGS += -Wall -Wwrite-strings -Wstrict-prototypes -g -O2 -std=gnu99 LC_CTYPE=C -LDLIBS = -lpub -lglpk +LDLIBS = -lpub -lglpk -lm all: main