From 5890f55c464fa6c7d70def7f84fbb8852be53bdc Mon Sep 17 00:00:00 2001 From: cardosofede Date: Thu, 16 May 2024 12:42:16 -0400 Subject: [PATCH] (feat) name make file --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 20683ea..830c46c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .ONESHELL: .PHONY: run -.PHONY: conda_remove -.PHONY: conda_create +.PHONY: uninstall +.PHONY: install run: streamlit run main.py