chore: add publish step after build to copy binary to release directory

This commit is contained in:
retoor 2025-04-12 22:29:43 +00:00
parent 1cbb3afd48
commit b3921685c3

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