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 4270ac5..2144e4a 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,8 @@ kernel/kernel.bin:
#----- Other -----
+.PHONY: clean
+
clean:
cd kernel && make clean
rm $(EXEC)