From 18ca12c1cb03766cdc89480c19d06e856bd51710 Mon Sep 17 00:00:00 2001 From: ge Date: Sun, 19 Feb 2023 02:36:04 +0300 Subject: [PATCH] fix make run --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e0a58a..6869cfa 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ css: npx tailwindcss -i input.css -o $(SRCDIR)/static/style.css --watch run: - DEBUG=1 YDL_API_HOST=$(YDL_API_HOST) pipenv run python $(SRCDIR)/router.py + cd $(SRCDIR) && DEBUG=1 YDL_API_HOST=$(YDL_API_HOST) pipenv run python router.py lint: pipenv run black $(SRCDIR)