summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 54bb137..fe92993 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ ETCFILES = etc/iscsid.conf
all:
$(MAKE) -C usr
$(MAKE) -C kernel
+ $(MAKE) -C utils
@echo
@echo "Compilation complete Output file"
@echo "----------------------------------- ----------------"
@@ -40,6 +41,7 @@ all:
clean:
$(MAKE) -C usr clean
$(MAKE) -C kernel clean
+ $(MAKE) -C utils clean
# this is for safety
# now -jXXX will still be safe