Add Makefile entry that also gets rid of __pycache__

This commit is contained in:
Sebastian Lenzlinger 2023-06-07 20:57:17 +02:00
parent 1d5fc7375c
commit 2150441d48

View File

@ -1,2 +1,5 @@
clean:
rm *.o *.txt *.out *.exe
rm *.o *.txt *.out
sclean:
sudo rm -rf *.o *.txt *.out __pycache__