From 1ad5f3ae1766d2a7738fa8ca4f67ae8ec4724165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Sat, 7 Aug 2021 21:22:52 +0000 Subject: [PATCH] Add recipes to the makefile scope --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3d7dd41..3e33ca88 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ help: @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' -target_dirs := tests TTS notebooks +target_dirs := tests TTS notebooks recipes test_all: ## run tests and don't stop on an error. nosetests --with-cov -cov --cover-erase --cover-package TTS tests --nologcapture --with-id