From eb7a93cefc958421d3bebbedc1163c73ae2e2778 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Fri, 2 Dec 2016 01:23:59 -0500 Subject: Update: Reading almost everything! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e6c706..029757d 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 +lib/libsurvive.so : src/os_generic.o src/survive.o src/survive_usb.o src/survive_data.o src/survive_process.o gcc -o $@ $^ $(LDFLAGS) -shared clean : -- cgit v1.2.3