From 02cf87e47dfe366b60981eb5864fbe4145278dee Mon Sep 17 00:00:00 2001
From: retoor <retoor@molodetz.nl>
Date: Sun, 13 Apr 2025 00:29:43 +0200
Subject: [PATCH] update build file.

---
 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