From 9ea6b6a58a022ee022b4c3b06edbbee8e346d56d Mon Sep 17 00:00:00 2001 From: mdh1418 Date: Fri, 31 Jan 2020 16:34:12 -0500 Subject: [PATCH] [wam] Rename other .stamp-build-debug-sample to debug_sample/dotnet.js (#18653) --- sdks/wasm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdks/wasm/Makefile b/sdks/wasm/Makefile index 9621235ee61..a33a5d7b351 100644 --- a/sdks/wasm/Makefile +++ b/sdks/wasm/Makefile @@ -665,7 +665,7 @@ clean: clean-browser-tests $(RM) -r *.o $(RM) -r ./obj $(RM) -r ./bin - $(RM) -r .stamp-build-debug-sample + $(RM) -r debug_sample/dotnet.js $(RM) -r .stamp-build-test-suite $(RM) -r sample.dll $(RM) -r Simple.Dependency.dll @@ -744,7 +744,7 @@ canary: check-aot: do-aot-hello clean-debug-sample: - $(RM) .stamp-build-debug-sample + $(RM) debug_sample/dotnet.js $(RM) .stamp-build-debugger-test-app clean-sdk: -- 2.11.4.GIT