# _template — minimal Apple-1 text program (copy this folder to start a project).
# `make` assembles Hello.asm -> software/Apple-1 demos/Hello.bin (+ .txt with
# EMIT_TXT). For the C variant (hello.c) see the cl65 line in README.md.
PROJECT  := Hello
LOAD_CFG := ../../../dev/cc65/apple1_4k.cfg
OUT_DIR  := ../../../software/Apple-1 demos
LIB      := -I ../../../dev/lib/apple1

include ../../../dev/cc65/Makefile.common
