From 6b308bf4657bfbbefdfe377d8f350fa5a1b6e540 Mon Sep 17 00:00:00 2001 From: Alexandro Trevisan Date: Tue, 5 Jan 2021 15:29:43 -0300 Subject: Added missing examples in makefile --- examples/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/makefile b/examples/makefile index 00911a6..84ca0a4 100644 --- a/examples/makefile +++ b/examples/makefile @@ -5,14 +5,14 @@ TOPTARGETS = all clean # Beginner examples -DIRS = beginner/hello +DIRS = beginner/hello beginner/cppdemo # Graphics examples DIRS += graphics/balls graphics/billboard graphics/fpscam graphics/gte \ - graphics/render2tex graphics/rgb24 + graphics/hdtv graphics/render2tex graphics/rgb24 # System related examples -DIRS += system/childexec system/console system/timer +DIRS += system/childexec system/console system/timer system/tty # Low-level examples DIRS += lowlevel/cartrom -- cgit v1.2.3