makefile: Minor comment clarifications
This commit is contained in:
parent
20f9a2c985
commit
a8ee8969c6
1 changed files with 2 additions and 2 deletions
4
makefile
4
makefile
|
@ -34,11 +34,11 @@
|
||||||
#
|
#
|
||||||
# In the unlikely event that someone wants to build network capable
|
# In the unlikely event that someone wants to build network capable
|
||||||
# simulators without networking support, invoking GNU make with
|
# 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
|
# By default, video support is enabled if the SDL2 development
|
||||||
# headers and libraries are available. To force a build without video
|
# 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.
|
# The default build will build compiler optimized binaries.
|
||||||
# If debugging is desired, then GNU make can be invoked with
|
# If debugging is desired, then GNU make can be invoked with
|
||||||
|
|
Loading…
Add table
Reference in a new issue