From 65f1d2cbed1a1613d327f7c58dd1007e1f9552ca Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sat, 1 Mar 2025 15:28:27 -0500 Subject: [PATCH] modified: Makefile --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 2143d7a..380775f 100644 --- a/Makefile +++ b/Makefile @@ -105,11 +105,6 @@ activate: @echo "To activate the virtual environment, run:" @echo " source $(VENV_DIR)/bin/activate" -# WSL-specific setup (install WSL requirements) -wsl: venv - @echo "Installing WSL-specific requirements..." - $(PIP) install --upgrade -r requirements-wsl.txt - # Production target: install production packages and requirements from PyPI prod: venv @echo "Installing production packages..."