diff --git a/Makefile b/Makefile index 3b1591f6..614a3660 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ test: FLAGS = --verbose test: clean all open server # Build everything from scratch and test functionality on LAN. -test: FLAGS = --verbose +test-lan: FLAGS = --verbose test-lan: clean all open lan-server # -- Aliases --