Skip to content

Commit

Permalink
[#160] Add cheation of dist/ folder in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericGuilbault authored and elbenfreund committed Oct 6, 2017
1 parent 1e12692 commit ed0c9b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ BROWSER := python -c "$$BROWSER_PYSCRIPT"
help:
@echo "Please use 'make <target>' where <target> is one of"
@echo " clean"
@echo " clean-build to clean the build directory of any leftovers."
@echo " clean-build to clean the build directory of any leftovers."
@echo " clean-docs"
@echo " collecst to collect all required files to the build directory."
@echo " compile to compile file that needs to be shipped as a binary."
@echo " develop to install (or update) all packages required for development"
@echo " dist to package a release as a ready to deploy extension archive"
@echo " open-docs to build and open the documentation"
@echo " test-docs to run automated tests on the documentation."
@echo " collect to collect all required files to the build directory."
@echo " compile to compile file that needs to be shipped as a binary."
@echo " develop to install (or update) all packages required for development"
@echo " dist to package a release as a ready to deploy extension archive"
@echo " open-docs to build and open the documentation"
@echo " test-docs to run automated tests on the documentation."

clean: clean-build clean-docs clean-test-docs
rm -f dist/*
Expand Down

0 comments on commit ed0c9b2

Please sign in to comment.