Skip to content

Commit

Permalink
Add additional folder to 'make clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jul 19, 2024
1 parent 00e2265 commit 66a4819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ clean:
cd packages/duckdb-wasm-shell && rm -rf node_modules
rm -rf packages/duckdb-wasm-app/build
rm -rf submodules/duckdb/build
rm -rf packages/duckdb-wasm/dist

build/docker_ci_image:
command -v emcc &> /dev/null || docker compose build
Expand Down

0 comments on commit 66a4819

Please sign in to comment.