From 2cb76d5cf2a0cdbc8bb28f1bdf6c8901ab7a8256 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Tue, 11 Dec 2012 15:26:55 -0500 Subject: added mathematica clean up target --- mathemathica_fwm/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mathemathica_fwm/Makefile 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 -- cgit v1.2.3