diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |
| 4 | LUA_BCRYPT_PATH=../lua-bcrypt/src | 4 | LUA_BCRYPT_PATH=../lua-bcrypt/src |
| 5 | 5 | ||
| 6 | CFLAGS =-Wall -Werror -Wno-pointer-sign -std=c17 -O2 -I$(LUA_BCRYPT_PATH) | 6 | CFLAGS=-Wall -Werror -Wno-pointer-sign -std=c17 -O2 -I$(LUA_BCRYPT_PATH) |
| 7 | 7 | ||
| 8 | bcrypt-test: bcrypt-test.o bcrypt-lib.a | 8 | bcrypt-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 |
