diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-12-11 15:26:55 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-12-11 15:26:55 -0500 |
commit | 2cb76d5cf2a0cdbc8bb28f1bdf6c8901ab7a8256 (patch) | |
tree | 07f53490c29a70154262a32d30fd6dd649f72bdd /mathemathica_fwm | |
parent | d3776bb6077baa0d8e2a38a8dd84fcedc841b51c (diff) | |
download | Nresonances-2cb76d5cf2a0cdbc8bb28f1bdf6c8901ab7a8256.tar.gz Nresonances-2cb76d5cf2a0cdbc8bb28f1bdf6c8901ab7a8256.zip |
added mathematica clean up target
Diffstat (limited to 'mathemathica_fwm')
-rw-r--r-- | mathemathica_fwm/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mathemathica_fwm/Makefile b/mathemathica_fwm/Makefile new file mode 100644 index 0000000..f9ad777 --- /dev/null +++ b/mathemathica_fwm/Makefile @@ -0,0 +1,10 @@ +# -*- make -*- + +default: + +clean: + rm -f RbAtomConstants.cdata + rm -f RbEquations.cdata + rm -f RbInits.cdata + rm -f RbPropEquations.cdata + rm -f RbChosenRho.txt |