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

update Makefile

parent b3164db1
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
clean:
	rm -rf build csst_proto.egg-info
	rm -rf build dist csst_proto.egg-info
	rm -rf .coverage .pytest_cache

install: clean
	pip install .
	rm -rf build csst_proto.egg-info
	rm -rf build dist csst_proto.egg-info

uninstall:
	pip uninstall csst_proto -y