Add .PHONY
This commit is contained in:
parent
cbefa73a90
commit
55a449dc65
3 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,8 @@ $(EXEC): gdt.cpp
|
|||
|
||||
|
||||
#----- Other -----
|
||||
.PHONY:clean
|
||||
|
||||
clean:
|
||||
rm *.o
|
||||
#----------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue