diff --git a/Makefile b/Makefile index 76d07b46..3b1591f6 100644 --- a/Makefile +++ b/Makefile @@ -59,9 +59,11 @@ clean: -rm -r output/*.html 2>/dev/null || true # Build everything from scratch and test functionality. +test: FLAGS = --verbose test: clean all open server # Build everything from scratch and test functionality on LAN. +test: FLAGS = --verbose test-lan: clean all open lan-server # -- Aliases --