From 63419d9cc07c56234d0f61a80f32105b192aec8e Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Thu, 18 Feb 2021 13:31:17 +0800 Subject: Lots of makefile corrections, improved build and toolchain instructions, added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example --- examples/makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'examples/makefile') diff --git a/examples/makefile b/examples/makefile index 84ca0a4..e02f7ba 100644 --- a/examples/makefile +++ b/examples/makefile @@ -8,14 +8,16 @@ TOPTARGETS = all clean DIRS = beginner/hello beginner/cppdemo # Graphics examples -DIRS += graphics/balls graphics/billboard graphics/fpscam graphics/gte \ - graphics/hdtv graphics/render2tex graphics/rgb24 +DIRS += graphics/balls graphics/billboard graphics/fpscam \ + graphics/gte graphics/hdtv graphics/render2tex \ + graphics/rgb24 # System related examples -DIRS += system/childexec system/console system/timer system/tty +DIRS += system/childexec system/console system/timer \ + system/tty # Low-level examples -DIRS += lowlevel/cartrom +DIRS += # CD-ROM examples DIRS += cdrom/cdbrowse cdrom/cdxa -- cgit v1.2.3