diff --git a/src/Makefile b/src/Makefile index 6192f1f..0489592 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,2 +1,5 @@ clean: - rm *.o *.txt *.out *.exe + rm *.o *.txt *.out + +sclean: + sudo rm -rf *.o *.txt *.out __pycache__