Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gpBlockchain authored Jun 28, 2023
1 parent 92268bb commit 733d26a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ prepare:
test:
python -m pytest


clean:
pkill ckb
rm -rf tmp
rm -rf download
rm -rf report
rm -rf source/ckb-cli
rm -rf source/ckb-cli

0 comments on commit 733d26a

Please sign in to comment.