From 1823ea9e45c1aaa02ce238026a60ee5de3224be1 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Wed, 12 Jun 2013 20:28:34 +0200 Subject: [PATCH] fix linker parameter order --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2