Moved files to 'reactics-smt'
This commit is contained in:
8
reactics-smt/Makefile
Normal file
8
reactics-smt/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user