Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 639 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 639 Bytes

Engine for Ludum Dare 55

Prerequisites

Makefile instructions

FLAGS:

PLATFORM=WIN or WEB // DEFAULT: WEB
SILENT // if set hide verbose output
PROD  // if set creates optimized build

INSTRUCTIONS:
make:
make build: builds the project

make prepare_zip: Prepares a ZIP file for upload

make upload: Upload project via butler CLI. See section below

make clean: Cleans up the project

Publish to Itch.io via Butler

Needs to be installed for publishing. See https://itch.io/docs/butler/