Skip to content

Instantly share code, notes, and snippets.

View z5h's full-sized avatar
🕳️

Mark Bolusmjak z5h

🕳️
View GitHub Profile
@z5h
z5h / Makefile
Created July 18, 2025 16:24 — forked from bwhitman/Makefile
playdate running AMY
HEAP_SIZE = 8388208
STACK_SIZE = 61800
PRODUCT = HelloWorld.pdx
# Locate the SDK
SDK = ${PLAYDATE_SDK_PATH}
ifeq ($(SDK),)
SDK = $(shell egrep '^\s*SDKRoot' ~/.Playdate/config | head -n 1 | cut -c9-)
endif