From 89751f29467b359339a8c8b57c218cc3328bae43 Mon Sep 17 00:00:00 2001 From: spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> Date: Tue, 17 Aug 2021 11:36:56 +0000 Subject: Rewritten all Makefiles, set up proper GCC options, added iso.xml to template --- examples/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/makefile') diff --git a/examples/makefile b/examples/makefile index e02f7ba..bdc62ce 100644 --- a/examples/makefile +++ b/examples/makefile @@ -13,8 +13,8 @@ DIRS += graphics/balls graphics/billboard graphics/fpscam \ graphics/rgb24 # System related examples -DIRS += system/childexec system/console system/timer \ - system/tty +DIRS += system/childexec system/console system/dynlink \ + system/timer system/tty # Low-level examples DIRS += -- cgit v1.2.3