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

clean build directory before installation

parent 76a50d62
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line

all:
	git pull
	rm -rf ./build
	pip install . --no-deps --force-reinstall

install:
	rm -rf ./build
	pip install . --no-deps --force-reinstall

pull: