From: Brett Gordon Date: Thu, 17 Sep 2015 18:04:37 +0000 (-0400) Subject: coco3: build levee in build script. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7b2760148238c626efd65c03e8f1473c40caf9c3;p=FUZIX.git coco3: build levee in build script. --- 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