Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixiong-tang committed Oct 3, 2024
1 parent 3fd5a0d commit c426d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ reset_submodules:
git submodule update --init --recursive

clean:
rm -rf $(BUILD_DIR) *.egg-info dist
rm -rf $(BUILD_DIR) *.egg-info dist stubs
force_clean:
docker run --rm -v `pwd`:`pwd` -w `pwd` -it alpine/make make clean

Expand Down

0 comments on commit c426d74

Please sign in to comment.