From a8ee8969c6ad19c674c290b2bf2e79bf36f4778f Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Tue, 15 Sep 2020 05:43:04 -0700 Subject: [PATCH] makefile: Minor comment clarifications --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index b2d89b53..4aa1aa8a 100644 --- a/makefile +++ b/makefile @@ -34,11 +34,11 @@ # # In the unlikely event that someone wants to build network capable # simulators without networking support, invoking GNU make with -# NONETWORK=1 will do the trick. +# NONETWORK=1 on the command line will do the trick. # # By default, video support is enabled if the SDL2 development # headers and libraries are available. To force a build without video -# support, invoke GNU make with NOVIDEO=1. +# support, invoke GNU make with NOVIDEO=1 on the command line. # # The default build will build compiler optimized binaries. # If debugging is desired, then GNU make can be invoked with