Skip to content

Commit

Permalink
Fix make clean (evanw#2106)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshelmig authored and zhusjfaker committed Mar 28, 2022
1 parent 58a06a5 commit 643e5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -507,7 +507,7 @@ clean:
rm -rf npm/esbuild-sunos-64/bin
rm -rf npm/esbuild/bin
rm -f npm/esbuild-wasm/esbuild.wasm npm/esbuild-wasm/wasm_exec.js npm/esbuild-wasm/exit0.js
rm -r npm/esbuild/install.js
rm -f npm/esbuild/install.js
rm -rf npm/esbuild/lib
rm -rf npm/esbuild-wasm/esm
rm -rf npm/esbuild-wasm/lib
Expand Down

0 comments on commit 643e5e4

Please sign in to comment.