diff options
| author | Thomas Schmucker <ts@its1.de> | 2025-06-15 11:22:01 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2025-06-15 11:22:01 +0200 |
| commit | 28e153ceff9077286044fb1691964c4aa0864260 (patch) | |
| tree | a3b0b37f71d7147c1d873c35a7cab0a4d78c25b4 /makefile | |
| parent | 7270dcb04a0cff4189e7f43cf7415fc8238eda37 (diff) | |
| download | use-bcrypt-28e153ceff9077286044fb1691964c4aa0864260.tar.gz use-bcrypt-28e153ceff9077286044fb1691964c4aa0864260.tar.bz2 use-bcrypt-28e153ceff9077286044fb1691964c4aa0864260.zip | |
überflüssiges 't' aus dem fopen()-call wieder entfernt
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 |
