Files
reactics/reactics-smt/Makefile
2019-03-03 22:26:00 +00:00

9 lines
164 B
Makefile

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