We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a627449 commit 59b48aaCopy full SHA for 59b48aa
Makefile
@@ -96,8 +96,12 @@ summary:
96
97
# Create a distribution build of the module
98
dist:
99
+ @printf "\n\nCREATING DISTRIBUTION BUILD...\n"
100
@python setup.py sdist bdist_wheel
101
+ @printf "\n\nDISTRIBUTION BUILD CREATED\n\n\n"
102
103
# Clear out distribution files
104
clear-dist:
105
+ @printf "\n\nCLEARING DISTRIBUTION FILES...\n"
106
@rm -rf build dist $(MODULE).egg-info
107
+ @printf "DISTRIBUTION FILES CLEARED\n\n\n"
0 commit comments