From: Michael Gernoth Date: Wed, 12 Jun 2013 18:28:34 +0000 (+0200) Subject: fix linker parameter order X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/fs20pcs/commitdiff_plain/1823ea9e45c1aaa02ce238026a60ee5de3224be1 fix linker parameter order --- diff --git a/Makefile b/Makefile index fbbbf8b..0f6b07e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ CFLAGS=-O2 -Wall -I/opt/local/include -g -LDFLAGS=-L/opt/local/lib -lusb-1.0 -lm +LDFLAGS=-L/opt/local/lib +LDLIBS=-lusb-1.0 -lm CC=gcc all: fs20pcs