1
0
Fork 1

Fix test-lan: in Makefile

pull/37/head
mdPlusPlus 1 year ago
parent b239bb568c
commit a2715cb637

@ -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 --