This commit is contained in:
2025-11-13 20:50:03 +01:00
parent 74c9fd82d7
commit 798aa67135
15 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ all:
$(MYWEBDAV) --port 9004
help:
@echo "RBox Development Makefile"
@echo "MyWebdav Development Makefile"
@echo ""
@echo "Available commands:"
@echo " make all Run the application on port 9004"
@@ -44,7 +44,7 @@ dev:
@echo "Development dependencies installed successfully"
run:
@echo "Starting RBox application..."
@echo "Starting MyWebdav application..."
@echo "Access the application at http://localhost:8000"
$(PYTHON) -m mywebdav.main