From 28e153ceff9077286044fb1691964c4aa0864260 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 15 Jun 2025 11:22:01 +0200 Subject: überflüssiges 't' aus dem fopen()-call wieder entfernt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index e0a8644..d842299 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ all: bcrypt-test # git clone https://github.com/mikejsavage/lua-bcrypt.git LUA_BCRYPT_PATH=../lua-bcrypt/src -CFLAGS =-Wall -Werror -Wno-pointer-sign -std=c17 -O2 -I$(LUA_BCRYPT_PATH) +CFLAGS=-Wall -Werror -Wno-pointer-sign -std=c17 -O2 -I$(LUA_BCRYPT_PATH) bcrypt-test: bcrypt-test.o bcrypt-lib.a cc -o $@ bcrypt-test.o bcrypt-lib.a -- cgit v1.3