Skip to content

Commit e57f6b8

Browse files
authored
Fix GNUmake (#161)
1 parent 52a0719 commit e57f6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExampleCodes/Basic/HeatEquation_EX0_C/Exec/GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include $(AMREX_HOME)/Tools/GNUMake/Make.defs
1111

1212
include ../Source/Make.package
1313
VPATH_LOCATIONS += ../Source
14-
INCLUDE_LOCATIONS += ./Source
14+
INCLUDE_LOCATIONS += ../Source
1515

1616
include $(AMREX_HOME)/Src/Base/Make.package
1717

0 commit comments

Comments
 (0)