diff --git a/Makefile b/Makefile index a6a3f7a..39ffdd7 100644 --- a/Makefile +++ b/Makefile @@ -364,4 +364,4 @@ uninstall: #TODO: We can make the target between `{debug,release}{.a,.so}` configurable by call. e.g. `TARGET=release.a make test` $(PROJECT)-test: lib$(PROJECT)-$(TARGET) - $(CC) $(CFLAGS) $(TEST_CFLAGS) src/test/*.c -o $@ -l:$< $(LDFLAGS) $(TEST_LDFLAGS) + $(CC) $(CFLAGS) $(TEST_CFLAGS) src/test/*.c -o $@ -L. -l:$< $(LDFLAGS) $(TEST_LDFLAGS)