Skip to content

Commit

Permalink
Fix makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 13, 2023
1 parent d481e5a commit 1d5987d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Exec/Make.PeleLMeX
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ endif

all: $(executable)
ifneq ($(KEEP_BUILDINFO_CPP),TRUE)
$(SILENT) $(RM) AMReX_buildInfo.cpp
$(SILENT) $(RM) AMReX_buildInfo.cpp
endif
@echo SUCCESS
@echo SUCCESS

ifeq ($(USE_CUDA),TRUE)
CXXFLAGS += -Xptxas --disable-optimizer-constants -Xcompiler=-std=c++17
Expand Down

0 comments on commit 1d5987d

Please sign in to comment.