]> git.zerfleddert.de Git - fs20pcs/commitdiff
fix linker parameter order
authorMichael Gernoth <michael@gernoth.net>
Wed, 12 Jun 2013 18:28:34 +0000 (20:28 +0200)
committerMichael Gernoth <michael@gernoth.net>
Wed, 12 Jun 2013 18:28:34 +0000 (20:28 +0200)
Makefile

index fbbbf8b90ddc1bd118b8ece0ebefc728f66c0e84..0f6b07eb1b8c77c9ed8d681d486172085da4d06b 100644 (file)
--- 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
Impressum, Datenschutz