Added the names of samples and targettest programs that the telestrat library can build now.

This commit is contained in:
Greg King 2022-02-03 03:05:50 -05:00 committed by greg-king5
parent f64ee3370d
commit 98bc021c5a
2 changed files with 6 additions and 2 deletions

View File

@ -308,7 +308,10 @@ EXELIST_sym1 = \
EXELIST_telestrat = \
ascii \
gunzip65 \
hello
hello \
mandelbrot \
sieve \
# tgidemo
EXELIST_vic20 = \
ascii \

View File

@ -516,11 +516,12 @@ EXELIST_atari = \
EXELIST_atarixl = $(EXELIST_atari)
# omitted: clock-test clock cpeek-test deb dir-test em-test exec-test1 exec-test2
# omitted: clock-test cpeek-test deb dir-test em-test exec-test1 exec-test2
# joy-test mouse-test rename-test seek ser-test stroserror-test tinyshell
EXELIST_telestrat = \
minimal \
arg-test \
clock \
conio \
cprintf \
cursor \