Files
reactics/Makefile
2017-03-02 21:00:20 +01:00

8 lines
153 B
Makefile

clean:
rm -rf rs/__pycache__ smt/rs/__pycache__ logics/__pycache__ __pycache__
find . -name '*.pyc' -exec rm -f {} \;
cleanall: clean
rm -rf *.log