Skip to content

Commit

Permalink
Change spaces to tab to fix the help rule
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiamarcolini authored and ernestoarbitrio committed Jul 20, 2020
1 parent d6e82c3 commit 94b7740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -2,10 +2,10 @@ MAKE = make
PYTHON = python
SETUP = $(PYTHON) ./setup.py

.PHONY: clean cleandocs coverage dist docs opendocs unit-coverage upload
.PHONY: clean cleandocs coverage dist docs opendocs unit-coverage upload help

help:
@echo "Usage: \`make <target>' where <target> is one or more of"
@echo "Usage: \`make <target>' where <target> is one or more of"
@echo " clean delete intermediate work product and start fresh"
@echo " cleandocs delete cached HTML documentation and start fresh"
@echo " coverage report overall test coverage"
Expand Down

0 comments on commit 94b7740

Please sign in to comment.