From dee3f9e709333185f7960fa239a7c641c0ef4751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiana=20=20=E2=9A=A1=EF=B8=8F=20Campanari?= <113218619+FabianaCampanari@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:46:14 -0300 Subject: [PATCH] Delete Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabiana ⚡️ Campanari <113218619+FabianaCampanari@users.noreply.github.com> --- Makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index 49cb6d4..0000000 --- a/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Investor Intelligence Platform — Unix/Mac only -.PHONY: help install notebooks api dashboard clean -help: - @echo "Commands: install | notebooks | api | dashboard | clean" -install: - pip install -r requirements.txt -notebooks: - jupyter notebook notebooks/ -api: - cd api && uvicorn app:app --reload --port 8000 -dashboard: - streamlit run dashboard/Home.py -clean: - find . -name "*.pyc" -delete 2>/dev/null || true - find . -type d -name __pycache__ -exec rm -rf {} + 2>/dev/null || true - rm -rf .ipynb_checkpoints spark-warehouse metastore_db derby.log 2>/dev/null || true