Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Issei Horie committed Jun 22, 2019
1 parent 43a557c commit 11bdaea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ build_prepare: ## Installs dependencies for publish package

build: ## Build package
@echo "${YELLOW}Building...${RESET}"
@rm -rf dist/*
@python setup.py sdist bdist_wheel
@echo "${GREEN}✔ successfully built${RESET}\n"

Expand Down

0 comments on commit 11bdaea

Please sign in to comment.