From 00339e4303db225caefdda89a8624c1a22a4625c Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Wed, 29 Mar 2017 09:46:34 -0700 Subject: fix path --- Python/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Python') 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 -- cgit v1.2.3