changeset 80:a33db62fe1e5

Added kdutils
author boisy
date Mon, 13 May 2002 03:35:27 +0000
parents 8e207587d6a5
children 991471545e7b
files 3rdparty/utils/makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/utils/makefile	Mon May 13 02:55:28 2002 +0000
+++ b/3rdparty/utils/makefile	Mon May 13 03:35:27 2002 +0000
@@ -4,10 +4,12 @@
 all:
 	cd boisy; make
 	cd dasm; make
+	cd kdutils; make
 	cd smartwatch; make
 
 # Clean all components
 clean:
 	-cd boisy; make clean
 	-cd dasm; make clean
+	-cd kdutils; make clean
 	-cd smartwatch; make clean