From a2e74001b7693e715c49a9aa3d801865c1784825 Mon Sep 17 00:00:00 2001 From: gravel Date: Fri, 2 Jun 2023 14:31:20 +0000 Subject: [PATCH] Quiet dev server output --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bd60ea6..8fd541c 100644 --- a/Makefile +++ b/Makefile @@ -51,11 +51,11 @@ lan-dev: open # Serve a local copy. server: - /bin/php -S "localhost:$(PORT)" -t "$(OUTPUT)" + /bin/php -S "localhost:$(PORT)" -t "$(OUTPUT)" -q # Serve a local copy on all interfaces. lan-server: - /bin/php -S "0.0.0.0:$(PORT)" -t "$(OUTPUT)" + /bin/php -S "0.0.0.0:$(PORT)" -t "$(OUTPUT)" -q # Open locally served page in browser. open: