Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PYTHON := python

all:
@echo Available targets:
@echo clean - clean build directory
@echo test - run unittest
@echo epydoc - run epydoc to create API documentation
@echo wininst - Windows installer for Python
@echo docs - build docs with ReST and Sphinx
@echo wheel - build wheel binary archive (see pip & wheel)
@echo 'Available targets:'
@echo 'clean - clean build directory'
@echo 'test - run unittest'
@echo 'epydoc - run epydoc to create API documentation'
@echo 'wininst - Windows installer for Python'
@echo 'docs - build docs with ReST and Sphinx'
@echo 'wheel - build wheel binary archive (see pip & wheel)'

.PHONY: clean test epydoc wininst docs

Expand Down