diff --git a/Makefile b/Makefile index f048b8f..74dfd6c 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,6 @@ LDPATH = -Ltarget/debug -test: src/test.c include/ecrecover.h target/debug/libecrecover.so +test: src/test.c target/debug/libecrecover.so $(CC) -o $@ $^ $(CFLAGS) $(LDPATH) ./test