From 94b7740717aa15c0bd43513246b5b02f2e897168 Mon Sep 17 00:00:00 2001 From: alessiamarcolini <98marcolini@gmail.com> Date: Sat, 18 Jul 2020 14:37:57 +0200 Subject: [PATCH] Change spaces to tab to fix the help rule --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1c115f39..b6b0d7dc 100644 --- a/Makefile +++ b/Makefile @@ -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 ' where is one or more of" + @echo "Usage: \`make ' where 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"