summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2025-06-15 11:22:01 +0200
committerThomas Schmucker <ts@its1.de>2025-06-15 11:22:01 +0200
commit28e153ceff9077286044fb1691964c4aa0864260 (patch)
treea3b0b37f71d7147c1d873c35a7cab0a4d78c25b4 /makefile
parent7270dcb04a0cff4189e7f43cf7415fc8238eda37 (diff)
downloaduse-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--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