diff --git a/samples/Makefile b/samples/Makefile index 44276d879..2cfd8d89b 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -308,7 +308,10 @@ EXELIST_sym1 = \ EXELIST_telestrat = \ ascii \ gunzip65 \ - hello + hello \ + mandelbrot \ + sieve \ +# tgidemo EXELIST_vic20 = \ ascii \ diff --git a/targettest/Makefile b/targettest/Makefile index 6c1de1101..806eda2fd 100644 --- a/targettest/Makefile +++ b/targettest/Makefile @@ -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 \