make clean target cleans cmake

This commit is contained in:
Enno Rehling 2021-02-20 20:17:22 +01:00
parent 50f84adc37
commit 0af9fd18ef
1 changed files with 1 additions and 1 deletions

View File

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