diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/GNUmakefile b/Python/GNUmakefile index e86d23141..9e95b89d5 100644 --- a/Python/GNUmakefile +++ b/Python/GNUmakefile @@ -1,4 +1,4 @@ -AMREX_HOME ?= ../../amrex +gAMREX_HOME ?= ../../amrex PICSAR_HOME ?= ../../picsar DEBUG = FALSE @@ -19,4 +19,4 @@ EBASE = main USE_PYTHON_MAIN = TRUE WARPX_HOME := .. -include $(WARPX_HOME)/Exec/Make.WarpX +include $(WARPX_HOME)/Source/Make.WarpX |