Commit ba122dd1 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

clean build directory before installation

parent 76a50d62
all: all:
git pull git pull
rm -rf ./build
pip install . --no-deps --force-reinstall pip install . --no-deps --force-reinstall
install: install:
rm -rf ./build
pip install . --no-deps --force-reinstall pip install . --no-deps --force-reinstall
pull: pull:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment