Skip to content

Commit

Permalink
make target easier to remember
Browse files Browse the repository at this point in the history
  • Loading branch information
dvklopfenstein committed Sep 5, 2021
1 parent 0a66ad7 commit e9787c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ vim_ver:
# 2) Create wheel - Check PyPi packages are up-to-date: make upgrade
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#packaging-your-project
# universal wheels are pure Python
sdist:
.PHONY: build
build:
# python3 -m pip install --user --upgrade setuptools wheel
make clean_dist
$(PYTHON) setup.py sdist
Expand Down

0 comments on commit e9787c4

Please sign in to comment.