Add .PHONY

This commit is contained in:
manzerbredes 2015-07-20 17:23:21 +04:00
parent cbefa73a90
commit 55a449dc65
3 changed files with 6 additions and 0 deletions

View file

@ -17,6 +17,8 @@ kernel/kernel.bin:
#----- Other -----
.PHONY: clean
clean:
cd kernel && make clean
rm $(EXEC)