Add butler for easier itch deployment

This commit is contained in:
Bill Rossi 2025-01-23 21:01:08 -05:00
parent b323bd0728
commit 14fd15f776
4 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,9 @@
CC=gcc
CFLAGS=-Wall -lraylib -lm -lpthread -ldl -lX11
BUTLER=../butler/butler
ITCH_CHANNEL=01-text-adventure-linux-x64-amd
.PHONY: clean run
.PHONY: clean run butler_upload
fatal_text_adventure_linux: data/actions.c data/rooms.c data/room_ins.c data/words.c data/flags.c data/items.c *.c
$(CC) *.c $(CFLAGS) -o fatal_text_adventure_linux
@ -20,3 +22,6 @@ run: fatal_text_adventure_linux
clean:
rm -f ./fatal_text_adventure_linux
rm -f ./data/*.c
butler_upload: fatal_text_adventure_linux
$(BUTLER) push ./fatal_text_adventure_linux bassguitarbill/fatal-distractions:$(ITCH_CHANNEL)

BIN
butler/7z.so Executable file

Binary file not shown.

BIN
butler/butler Executable file

Binary file not shown.

BIN
butler/libc7zip.so Executable file

Binary file not shown.