Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ahbarnett committed Jul 5, 2024
2 parents ea4deaf + c422a91 commit 98637bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ ifneq ($(MINGW),ON)
rm -f $(STATICLIB) $(DYNLIB)
rm -f matlab/*.mex*
rm -f $(TESTS) test/results/*.out perftest/results/*.out
rm -f $(EXAMPLES) $(FE) $(ST) $(STF) $(GTT) $(GTTF)
rm -f $(EXAMPLES) $(FE) $(ST) $(STF) $(STA) $(STAF) $(GTT) $(GTTF)
rm -f perftest/manysmallprobs
rm -f examples/core test/core perftest/core $(FE_DIR)/core
else
Expand All @@ -476,7 +476,7 @@ else
del matlab\*.mex*
for %%f in ($(subst /,\, $(TESTS))) do ((if exist %%f del %%f) & (if exist %%f.exe del %%f.exe))
del test\results\*.out perftest\results\*.out
for %%f in ($(subst /,\, $(EXAMPLES)), $(subst /,\,$(FE)), $(subst /,\,$(ST)), $(subst /,\,$(STF)), $(subst /,\,$(GTT)), $(subst /,\,$(GTTF))) do ((if exist %%f del %%f) & (if exist %%f.exe del %%f.exe))
for %%f in ($(subst /,\, $(EXAMPLES)), $(subst /,\,$(FE)), $(subst /,\,$(ST)), $(subst /,\,$(STF)), $(subst /,\,$(STA)), $(subst /,\,$(STAF)), $(subst /,\,$(GTT)), $(subst /,\,$(GTTF))) do ((if exist %%f del %%f) & (if exist %%f.exe del %%f.exe))
del perftest\manysmallprobs
del examples\core, test\core, perftest\core, $(subst /,\, $(FE_DIR))\core
endif
Expand Down

0 comments on commit 98637bc

Please sign in to comment.