Skip to content

Commit

Permalink
GNU Make: fix make clean (#5067)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Jul 22, 2024
1 parent c6bb95a commit 7dad8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Make.WarpX
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ $(srcTempDir)/Utils/export.H:
@echo "#endif" >> $@

cleanconfig::
$(SILENT) $(RM) -r $(srcTempDir)/Utils
$(SILENT) $(RM) -r $(srcTempDir)/Utils $(srcTempDir)/ablastr

include $(AMREX_HOME)/Tools/GNUMake/Make.rules

Expand Down

0 comments on commit 7dad8f3

Please sign in to comment.