Makefile: libraries belong to LDLIBS, not LDFLAGS.

Fixes build under Cygwin (and possibly others).
This commit is contained in:
Kosma Moczek 2014-04-24 11:38:57 +02:00
parent b5b080cdaf
commit 181565066a

View File

@ -5,7 +5,7 @@
# published by Sam Hocevar. See the COPYING file for more details.
CFLAGS = -g -Wall -Wextra -Werror -std=c99
LDFLAGS = -lcheck
LDLIBS = -lcheck
all: scan-build test example
@echo "+++ All good."""