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

@ -10,6 +10,8 @@ $(EXEC): gdt.cpp
#----- Other -----
.PHONY:clean
clean:
rm *.o
#----------------