Skip to content
Snippets Groups Projects
Commit acf45e5e authored by Valentin Syrovatskiy's avatar Valentin Syrovatskiy
Browse files

chore: add make clean

parent 78711c3a
No related branches found
No related tags found
Loading
Pipeline #10531 passed
.PHONY: default fmt lint test check fat
.PHONY: default fmt lint test check fat clean
default: ;
......@@ -48,3 +48,8 @@ fat:
@$(MAKE) fmt --no-print-directory
@$(MAKE) lint --no-print-directory
@$(MAKE) test --no-print-directory
clean:
cargo clean
cd tarantool-sys && rm -f patches-applied && git reset --hard ; cd -
find . -type d -name __pycache__ | xargs -n 500 rm -rf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment