[makefile] Add help message

pull/2/head
Daniel Van Der Maden 5 years ago
parent fe3f7cf28a
commit 26c5605638
  1. 10
      Makefile

@ -1,6 +1,14 @@
CURRENT_SIGN_SETTING := $(shell git config commit.gpgSign)
.PHONY: clean-pyc clean-build
.PHONY: clean-py clean-build
help:
@echo "clean-build - remove build artifacts"
@echo "clean-py - remove Python file artifacts"
@echo "install - install the library locally"
@echo "test - run full test suite"
@echo "release - package and upload a release"
@echo "sdist - package"
clean: clean-build clean-py

Loading…
Cancel
Save