Skip to content

Commit

Permalink
make clean should remove temporary .cpp files too (#2812)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Apr 7, 2024
1 parent 34fc354 commit e55e04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exec/Make.Castro
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ include $(AMREX_HOME)/Tools/GNUMake/Make.rules
clean::
$(SILENT) $(RM) extern.F90 prob_params_auto.F90 extern_parameters.H extern_parameters_F.H extern_parameters.cpp
$(SILENT) $(RM) AMReX_buildInfo.cpp
$(SILENT) $(RM) $(CASTRO_AUTO_SOURCE_DIR)/*.H $(CASTRO_AUTO_SOURCE_DIR)/*.[fF]90
$(SILENT) $(RM) $(CASTRO_AUTO_SOURCE_DIR)/*.H $(CASTRO_AUTO_SOURCE_DIR)/*.[fF]90 $(CASTRO_AUTO_SOURCE_DIR)/*.cpp

# these files are now created directly in the CASTRO_AUTO_SOURCE_DIR so eventually we
# can get rid of explicitly removing them (this is for backwards compatibility)
Expand Down

0 comments on commit e55e04d

Please sign in to comment.