Skip to content

Commit 59b48aa

Browse files
committed
add some print reporting to Makefile dist functionality
1 parent a627449 commit 59b48aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,12 @@ summary:
9696

9797
# Create a distribution build of the module
9898
dist:
99+
@printf "\n\nCREATING DISTRIBUTION BUILD...\n"
99100
@python setup.py sdist bdist_wheel
101+
@printf "\n\nDISTRIBUTION BUILD CREATED\n\n\n"
100102

101103
# Clear out distribution files
102104
clear-dist:
105+
@printf "\n\nCLEARING DISTRIBUTION FILES...\n"
103106
@rm -rf build dist $(MODULE).egg-info
107+
@printf "DISTRIBUTION FILES CLEARED\n\n\n"

0 commit comments

Comments
 (0)