From d4c5941058113d8c516e79efce4be489d04e0a96 Mon Sep 17 00:00:00 2001 From: "HARIHARA SUDHAN (HARI)" <108145682+hari0205@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:23:01 +0000 Subject: [PATCH] [fix] Makefile edit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3940958..f738ee1 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ .PHONY: lint lint: @echo "Running flake8" - @flake8 ./porunga + @flake8 ./porunga-CLI # Clean pyc and pycache .PHONY: clean