TARGET = scratchstack
TYPE = ps-exe

SRCS = \
../common/syscalls/printf.s \
../common/crt0/crt0.s \
../common/crt0/memory-c.c \
../common/crt0/memory-s.s \
main.c \

include ../common.mk
