diff --git a/cli/Makefile b/cli/Makefile index 82c2001..846c181 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -15,6 +15,7 @@ LIB = lib CFLAGS+= $(addprefix -I,$(INCLUDE)) -Wall -pedantic --std=gnu11 LDFLAGS+= $(addprefix -L,$(LIB)) -lkhash +#./$(LIB)/libkhash.a -lpthread -ldl PROJECT = kana-hash OBJ = $(addprefix ./obj/,$(SRC:.c=.o)) diff --git a/cli/lib/libkhash.a b/cli/lib/libkhash.a new file mode 120000 index 0000000..183469d --- /dev/null +++ b/cli/lib/libkhash.a @@ -0,0 +1 @@ +../../target/release/libkhash.a \ No newline at end of file