Files
reactics/Makefile
Artur Meski 20f66b5556 Makefile
2017-03-12 12:51:49 +01: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