aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2016-12-02 01:23:59 -0500
committercnlohr <lohr85@gmail.com>2016-12-02 01:23:59 -0500
commiteb7a93cefc958421d3bebbedc1163c73ae2e2778 (patch)
tree8948ebd2508404aa4cadaea431e0fb960d3f4d0c /Makefile
parent6c247285514fd5ae3d7497871aba5beaaa832243 (diff)
downloadlibsurvive-eb7a93cefc958421d3bebbedc1163c73ae2e2778.tar.gz
libsurvive-eb7a93cefc958421d3bebbedc1163c73ae2e2778.tar.bz2
Update: Reading almost everything!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 :