1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-15 06:27:36 +00:00

Add supervisionhello in samples/Makefile

This commit is contained in:
Fabrizio Caruso
2019-10-06 15:19:45 +02:00
committed by Oliver Schmidt
parent eb83a3fd0f
commit b051c913e9

View File

@@ -199,6 +199,9 @@ EXELIST_atarixl = $(EXELIST_atari)
EXELIST_atari2600 = \ EXELIST_atari2600 = \
atari2600hello atari2600hello
EXELIST_supervision = \
supervisionhello
# Unlisted targets will try to build everything. # Unlisted targets will try to build everything.
# That lets us learn what they cannot build, and what settings # That lets us learn what they cannot build, and what settings
# we need to use for programs that can be built and run. # we need to use for programs that can be built and run.