aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 :