From 684b109e8cd3246c93fdec3e63157bbd11bb359a Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sat, 3 Dec 2016 18:02:20 -0500 Subject: first stab at trying to pull off config data, didn't work. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 12971ce..77aee01 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all : test CFLAGS:=-Iinclude -fPIC -g -Os -LDFLAGS:=-lpthread -lusb-1.0 +LDFLAGS:=-lpthread -lusb-1.0 -lz test : test.c lib/libsurvive.so gcc -o $@ $^ $(LDFLAGS) $(CFLAGS) -- cgit v1.2.3