First push, taken from the previous Spintrum software model

This commit is contained in:
2017-01-10 11:14:51 +01:00
commit 7852c4d1d9
36 changed files with 168893 additions and 0 deletions

16
Makefile Normal file
View File

@@ -0,0 +1,16 @@
default:
chmod +x ./run_build.sh
chmod +x ./run_install.sh
./run_build.sh
install:
./run_install.sh
clean:
rm -rf dist
rm -rf build
rm -rf __pycache__
rm -rf spintrum.egg-info
rm -rf spintrum/lib
rm -rf spintrum/*.pyc
rm -rf spintrum/__pycache__