diff options
Diffstat (limited to 'mathemathica_fwm/Makefile')
-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 |