Skip to content

Commit

Permalink
Update clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Sep 24, 2024
1 parent b53720b commit 8a2cd12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ clean:
rm -f build/ckb-js-vm
rm -f build/ckb-js-vm.debug
cd tests/ckb_js_tests && make clean
make -C deps/compiler-rt-builtins-riscv clean
cd deps/compiler-rt-builtins-riscv && make clean
cd deps/musl && rm -rf obj release

STYLE := "{BasedOnStyle: Google, TabWidth: 4, IndentWidth: 4, UseTab: Never, SortIncludes: false, ColumnLimit: 120}"

Expand Down

0 comments on commit 8a2cd12

Please sign in to comment.