Update makefile

This commit is contained in:
Jim Myers 2022-07-25 17:49:52 -04:00
parent 76e6096548
commit f4e1dc986f

View File

@ -3,7 +3,7 @@
all: clean local_env build_wheel push_wheel
clean: clean-build clean-pyc clean-test
deploy: clean build test upload
deploy: test clean build upload
clean-build:
rm -fr build/