# Build cat.exe — uses lib/sprinter.lib in TINY memory mode.

PROJ_ROOT := $(abspath $(CURDIR)/../..)
EXAMPLE   := cat
EXTRA_DATA := test.txt
include $(PROJ_ROOT)/app.mk
