From 84d17df274f52776ca8ca602458ecefc746d3811 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Fri, 2 Dec 2016 02:39:45 -0500 Subject: Fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 029757d..12971ce 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ LDFLAGS:=-lpthread -lusb-1.0 test : test.c lib/libsurvive.so gcc -o $@ $^ $(LDFLAGS) $(CFLAGS) -lib/libsurvive.so : src/os_generic.o src/survive.o src/survive_usb.o src/survive_data.o src/survive_process.o +lib/libsurvive.so : src/survive.o src/survive_usb.o src/survive_data.o src/survive_process.o gcc -o $@ $^ $(LDFLAGS) -shared clean : -- cgit v1.2.3