From b3921685c34bf7df402f29d7dd36dd6ca7347ce5 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 12 Apr 2025 22:29:43 +0000 Subject: [PATCH] chore: add publish step after build to copy binary to release directory --- 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