Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit e81ea09

Browse files
committed
refactor(Makefile): remove quick-start alias for up target
- Deleted the quick-start alias from the Makefile as it was redundant. - This change simplifies the Makefile and reduces potential confusion for users.
1 parent e3f288e commit e81ea09

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ up:
9393
@echo -e "$(BLUE)[INFO]$(NC) WebPanel: http://localhost:8080"
9494
@echo -e "$(BLUE)[INFO]$(NC) Log files accessible at: logs/unrealircd/"
9595

96-
# Quick start - alias for up
97-
quick-start: up
98-
99-
10096
# Setup only (no start)
10197
setup:
10298
@echo -e "$(PURPLE)=== Setup Only ===$(NC)"

0 commit comments

Comments
 (0)