update build file.

This commit is contained in:
retoor 2025-04-13 00:29:43 +02:00
parent b4360a9d6b
commit 02cf87e47d

View File

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