make clean target cleans cmake

This commit is contained in:
Enno Rehling 2021-02-20 20:17:22 +01:00
parent 50f84adc37
commit 0af9fd18ef

View file

@ -5,5 +5,5 @@ test:
s/runtests
clean:
@rm -f *.log.*
@rm -rf *.log.* Debug/CMake*
@find . -name "*~" | xargs rm -f