diff options
Diffstat (limited to 'science/gamess/files/Makefile.tools')
-rw-r--r-- | science/gamess/files/Makefile.tools | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/gamess/files/Makefile.tools b/science/gamess/files/Makefile.tools new file mode 100644 index 000000000000..6943a7b77a53 --- /dev/null +++ b/science/gamess/files/Makefile.tools @@ -0,0 +1,11 @@ +all: actvte.f actvte.x + +actvte.x: actvte.f + %%FC%% %%FFLAGS%% -o actvte.x actvte.f + +actvte.f: actvte.code + sed 's/*UNX/ /g' < actvte.code > actvte.f + +clean: + rm actvte.x actvte.f + |