A stupid, stupid game. https://fluffy.itch.io/dongs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
dongs/Makefile

12 lines
209 B

all: upload
clean:
rm -rf build
build/sbh.zip: $(wildcard html/*)
mkdir -p build
cd html && zip -9 ../build/dongs.zip *
.PHONY: upload
upload: build/sbh.zip
butler push build/dongs.zip fluffy/dongs:html