summaryrefslogtreecommitdiff
path: root/science/gamess/files/Makefile.tools
diff options
context:
space:
mode:
Diffstat (limited to 'science/gamess/files/Makefile.tools')
-rw-r--r--science/gamess/files/Makefile.tools11
1 files changed, 0 insertions, 11 deletions
diff --git a/science/gamess/files/Makefile.tools b/science/gamess/files/Makefile.tools
deleted file mode 100644
index 6943a7b77a53..000000000000
--- a/science/gamess/files/Makefile.tools
+++ /dev/null
@@ -1,11 +0,0 @@
-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
-