Moved files to 'reactics-smt'

This commit is contained in:
Artur Meski
2019-03-03 22:26:00 +00:00
parent c3a19d81dc
commit 5eb8e3b63d
33 changed files with 0 additions and 0 deletions

8
reactics-smt/Makefile Normal file
View File

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