added logics module
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf rs/__pycache__ smt/rs/__pycache__ __pycache__
|
rm -rf rs/__pycache__ smt/rs/__pycache__ logics/__pycache__ __pycache__
|
||||||
find . -name '*.pyc' -exec rm -f {} \;
|
find . -name '*.pyc' -exec rm -f {} \;
|
||||||
|
|
||||||
cleanall: clean
|
cleanall: clean
|
||||||
rm -rf *.log
|
rm -rf *.log
|
||||||
|
|||||||
Reference in New Issue
Block a user