diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-08-12 12:08:43 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-08-12 12:08:43 +0200 |
commit | e056f453fdbad7889fa4db9626bfec9def0c741f (patch) | |
tree | 444fb6f16c6ab57fa490cd863d5bdb8538b69e1b /Makefile | |
parent | 2177626c6984aec8dbffc3e776b048c2f5d16e44 (diff) | |
download | fuzzycat-e056f453fdbad7889fa4db9626bfec9def0c741f.tar.gz fuzzycat-e056f453fdbad7889fa4db9626bfec9def0c741f.zip |
makefile: fix typo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |