From 1d0a3ef8b28e212eda4735da66f2f26e6c1a7cc5 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Wed, 30 Nov 2016 02:10:28 -0500 Subject: I'm learning. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b213a03..1e6c706 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ all : test -CFLAGS:=-Iinclude -fPIC -g +CFLAGS:=-Iinclude -fPIC -g -Os 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 +lib/libsurvive.so : src/os_generic.o src/survive.o src/survive_usb.o src/survive_data.o gcc -o $@ $^ $(LDFLAGS) -shared clean : -- cgit v1.2.3