forked from github/server
make clean target cleans cmake
This commit is contained in:
parent
50f84adc37
commit
0af9fd18ef
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,5 +5,5 @@ test:
|
||||||
s/runtests
|
s/runtests
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f *.log.*
|
@rm -rf *.log.* Debug/CMake*
|
||||||
@find . -name "*~" | xargs rm -f
|
@find . -name "*~" | xargs rm -f
|
||||||
|
|
Loading…
Add table
Reference in a new issue