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
#----------------

View file

@ -26,6 +26,8 @@ GDT/gdt.o:
#----- Other -----
.PHONY:clean
clean:
cd ./GDT/ && make clean
rm ./*.o