aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-08-12 12:08:43 +0200
committerMartin Czygan <martin.czygan@gmail.com>2020-08-12 12:08:43 +0200
commite056f453fdbad7889fa4db9626bfec9def0c741f (patch)
tree444fb6f16c6ab57fa490cd863d5bdb8538b69e1b /Makefile
parent2177626c6984aec8dbffc3e776b048c2f5d16e44 (diff)
downloadfuzzycat-e056f453fdbad7889fa4db9626bfec9def0c741f.tar.gz
fuzzycat-e056f453fdbad7889fa4db9626bfec9def0c741f.zip
makefile: fix typo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 636b9df..22bdf22 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ dist: ## Create source distribution and wheel
.PHONY: cov
cov: ## Run coverage report
- <pytest --cov=fuzzycat tests/
+ pytest --cov=fuzzycat tests/
.PHONY: clean
clean: ## Clean all artifacts