Skip to content

Commit bd2af5c

Browse files
committed
Delete unused code in workspace/Makefile
1 parent 18c952a commit bd2af5c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

workspace/Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,6 @@ cargo:
8282
clean:
8383
rm -rf build
8484
cargo clean
85-
@set -eu; \
86-
cd contracts; \
87-
for dir in * ; do \
88-
if [ -d $$dir/$$dir-dbg ]; then \
89-
(cd $$dir/$$dir-dbg && cargo clean); \
90-
fi \
91-
done
9285

9386
TEMPLATE_TYPE := --git
9487
TEMPLATE_REPO := https://github.com/cryptape/ckb-script-templates

0 commit comments

Comments
 (0)