diff options
Diffstat (limited to 'Python/GNUmakefile')
-rw-r--r-- | Python/GNUmakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Python/GNUmakefile b/Python/GNUmakefile index 78274a632..e86d23141 100644 --- a/Python/GNUmakefile +++ b/Python/GNUmakefile @@ -1,4 +1,4 @@ -BOXLIB_HOME ?= ../../BoxLib +AMREX_HOME ?= ../../amrex PICSAR_HOME ?= ../../picsar DEBUG = FALSE @@ -7,7 +7,6 @@ DEBUG = FALSE DIM = 3 COMP = gcc -FCOMP = gfortran TINY_PROFILE = TRUE TINY_PROFILE = FALSE |