aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohn Wilbert Villamor <lameguy64@gmail.com>2021-01-08 10:52:29 +0800
committerGitHub <noreply@github.com>2021-01-08 10:52:29 +0800
commitafffa977373cac72518754fd4a7f2cbcc80fab48 (patch)
tree880c28a26a6b67f2224b30f193a6e0eaacecaaea /examples
parent974b17fad06cef4b304645b8a9dd92ac91ebb749 (diff)
parent6b308bf4657bfbbefdfe377d8f350fa5a1b6e540 (diff)
downloadpsn00bsdk-afffa977373cac72518754fd4a7f2cbcc80fab48.tar.gz
Merge pull request #28 from alextrevisan/master
Added missing examples in makefile
Diffstat (limited to 'examples')
-rw-r--r--examples/makefile6
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