summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index e0a8644..d842299 100644
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@ all: bcrypt-test
3# git clone https://github.com/mikejsavage/lua-bcrypt.git 3# git clone https://github.com/mikejsavage/lua-bcrypt.git
4LUA_BCRYPT_PATH=../lua-bcrypt/src 4LUA_BCRYPT_PATH=../lua-bcrypt/src
5 5
6CFLAGS =-Wall -Werror -Wno-pointer-sign -std=c17 -O2 -I$(LUA_BCRYPT_PATH) 6CFLAGS=-Wall -Werror -Wno-pointer-sign -std=c17 -O2 -I$(LUA_BCRYPT_PATH)
7 7
8bcrypt-test: bcrypt-test.o bcrypt-lib.a 8bcrypt-test: bcrypt-test.o bcrypt-lib.a
9 cc -o $@ bcrypt-test.o bcrypt-lib.a 9 cc -o $@ bcrypt-test.o bcrypt-lib.a