From 7b2760148238c626efd65c03e8f1473c40caf9c3 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Thu, 17 Sep 2015 14:04:37 -0400 Subject: [PATCH] coco3: build levee in build script. --- Kernel/platform-coco3/build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Kernel/platform-coco3/build b/Kernel/platform-coco3/build index 6a0d5e6b..44603523 100755 --- a/Kernel/platform-coco3/build +++ b/Kernel/platform-coco3/build @@ -42,8 +42,13 @@ cd ../../Applications/V7/cmd/sh make -f Makefile.6809 TARGET=coco3 clean make -f Makefile.6809 TARGET=coco3 +# build levee +cd ../../../levee +make -f Makefile.6809 TARGET=coco3 clean +make -f Makefile.6809 TARGET=coco3 + # build utils -cd ../../../../Standalone +cd ../../Standalone make # build boot disk image -- 2.34.1