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