diff options
author | 2017-03-29 09:46:34 -0700 | |
---|---|---|
committer | 2017-03-29 09:46:34 -0700 | |
commit | 00339e4303db225caefdda89a8624c1a22a4625c (patch) | |
tree | 29ba008511be64fa551def8e92fe606f1b06073f /Python | |
parent | 0644cc136461f4bd4f123941b4a7afd272f7bef7 (diff) | |
download | WarpX-00339e4303db225caefdda89a8624c1a22a4625c.tar.gz WarpX-00339e4303db225caefdda89a8624c1a22a4625c.tar.zst WarpX-00339e4303db225caefdda89a8624c1a22a4625c.zip |
fix path
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 |