diff options
Diffstat (limited to 'science/gamess/files/Makefile.top')
-rw-r--r-- | science/gamess/files/Makefile.top | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/science/gamess/files/Makefile.top b/science/gamess/files/Makefile.top deleted file mode 100644 index f39cbaa33782..000000000000 --- a/science/gamess/files/Makefile.top +++ /dev/null @@ -1,11 +0,0 @@ -# Makefile for gamess -all: gamess_exe - -gamess_exe: - (cd tools ; ${MAKE} ) - (cd ddi ; ./compddi ) - ./compall - csh lked - -clean: - rm -rf object/*.o *.o *.f |