diff options
| author | Alexandro Trevisan <alexbaixista@gmail.com> | 2021-01-05 15:29:43 -0300 |
|---|---|---|
| committer | Alexandro Trevisan <alexbaixista@gmail.com> | 2021-01-05 15:29:43 -0300 |
| commit | 6b308bf4657bfbbefdfe377d8f350fa5a1b6e540 (patch) | |
| tree | 880c28a26a6b67f2224b30f193a6e0eaacecaaea /examples | |
| parent | 974b17fad06cef4b304645b8a9dd92ac91ebb749 (diff) | |
| download | psn00bsdk-6b308bf4657bfbbefdfe377d8f350fa5a1b6e540.tar.gz | |
Added missing examples in makefile
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
