Correct typo in Makefile

This commit is contained in:
nicolargo 2025-11-16 10:03:19 +01:00
parent 0ae24bade0
commit e660520eb2
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ run-docker-ubuntu-minimal: ## Start Glances Ubuntu Docker minimal in console mod
run-docker-ubuntu-full: ## Start Glances Ubuntu Docker full in console mode
run-docker-ubuntu-dev: ## Start Glances Ubuntu Docker dev in console mode
generate-ssl: ## Generate local and sel signed SSL certificates for dev (nned mkcert)
generate-ssl: ## Generate local and sel signed SSL certificates for dev (need mkcert)
mkcert glances.local localhost 120.0.0.1 0.0.0.0
run-webserver: ## Start Glances in Web server mode