From be17cbb6c4cddf167c16c9da4110cb4222cefa52 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 12 Apr 2025 22:29:43 +0000 Subject: [PATCH] chore: update build configuration to enable verbose output for debug builds --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9ea5120..4dff067 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ MINGW_CFLAGS = -Ofast -Werror -Wall -lreadline -lcurl -lssl -lcrypto -ljson-c -l build: publish $(CC) main.c $(CFLAGS) -o bin/r cp bin/r r + publish r appimage: -@rm -rf AppImage