coco3: build levee in build script.
authorBrett Gordon <beretta42@gmail.com>
Thu, 17 Sep 2015 18:04:37 +0000 (14:04 -0400)
committerBrett Gordon <beretta42@gmail.com>
Thu, 17 Sep 2015 18:04:37 +0000 (14:04 -0400)
Kernel/platform-coco3/build

index 6a0d5e6..4460352 100755 (executable)
@@ -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