coco3: build dasm09 disassembler
authorBrett Gordon <beretta42@gmail.com>
Sat, 6 May 2017 02:12:54 +0000 (22:12 -0400)
committerBrett Gordon <beretta42@gmail.com>
Sat, 6 May 2017 02:12:54 +0000 (22:12 -0400)
Kernel/platform-coco3/build

index c673340..a271e1d 100755 (executable)
@@ -41,6 +41,11 @@ cd ../netd
 make -f Makefile.6809 TARGET=coco3 clean
 make -f Makefile.6809 TARGET=coco3
 
+# build dasm09
+cd ../dasm09
+make -f Makefile.6809 TARGET=coco3 clean
+make -f Makefile.6809 TARGET=coco3
+
 # build sh
 cd ../../Applications/V7/cmd/sh
 make -f Makefile.6809 TARGET=coco3 clean