Add butler for easier itch deployment
This commit is contained in:
parent
b323bd0728
commit
14fd15f776
@ -1,7 +1,9 @@
|
|||||||
CC=gcc
|
CC=gcc
|
||||||
CFLAGS=-Wall -lraylib -lm -lpthread -ldl -lX11
|
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
|
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
|
$(CC) *.c $(CFLAGS) -o fatal_text_adventure_linux
|
||||||
@ -20,3 +22,6 @@ run: fatal_text_adventure_linux
|
|||||||
clean:
|
clean:
|
||||||
rm -f ./fatal_text_adventure_linux
|
rm -f ./fatal_text_adventure_linux
|
||||||
rm -f ./data/*.c
|
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
BIN
butler/7z.so
Executable file
Binary file not shown.
BIN
butler/butler
Executable file
BIN
butler/butler
Executable file
Binary file not shown.
BIN
butler/libc7zip.so
Executable file
BIN
butler/libc7zip.so
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user