Add Makefile entry that also gets rid of __pycache__
This commit is contained in:
parent
1d5fc7375c
commit
2150441d48
@ -1,2 +1,5 @@
|
|||||||
clean:
|
clean:
|
||||||
rm *.o *.txt *.out *.exe
|
rm *.o *.txt *.out
|
||||||
|
|
||||||
|
sclean:
|
||||||
|
sudo rm -rf *.o *.txt *.out __pycache__
|
||||||
|
|||||||
Reference in New Issue
Block a user