diff --git a/makefile b/makefile index f9348f716..b63603781 100644 --- a/makefile +++ b/makefile @@ -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 @@ -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