home · contact · privacy
Replace make build system with redo, serve erlehmann's redo as fallback.
[plomrogue] / start_server_client_union.sh
index 6199e25e7cd37bf136e2a6b487f7c5b1ec1450f8..69c959dcab8f633ab03fa514d4d47696e997e964 100755 (executable)
@@ -12,12 +12,12 @@ fi
 # Give helpful message to players that want to start without compiling first.
 if [ ! -e ./roguelike-server ]
 then
-    echo 'No ./roguelike-server file found to execute. Try "make" first?'
+    echo 'No ./roguelike-server file found to execute. Try "./redo" first?'
     false
 fi
 if [ ! -e ./roguelike-client ]
 then
-    echo 'No ./roguelike-client file found to execute. Try "make" first?'
+    echo 'No ./roguelike-client file found to execute. Try "./redo" first?'
     false
 fi