Makefile: libraries belong to LDLIBS, not LDFLAGS.
Fixes build under Cygwin (and possibly others).
This commit is contained in:
parent
b5b080cdaf
commit
181565066a
2
Makefile
2
Makefile
@ -5,7 +5,7 @@
|
|||||||
# published by Sam Hocevar. See the COPYING file for more details.
|
# published by Sam Hocevar. See the COPYING file for more details.
|
||||||
|
|
||||||
CFLAGS = -g -Wall -Wextra -Werror -std=c99
|
CFLAGS = -g -Wall -Wextra -Werror -std=c99
|
||||||
LDFLAGS = -lcheck
|
LDLIBS = -lcheck
|
||||||
|
|
||||||
all: scan-build test example
|
all: scan-build test example
|
||||||
@echo "+++ All good."""
|
@echo "+++ All good."""
|
||||||
|
Loading…
Reference in New Issue
Block a user