Skip to content
Snippets Groups Projects
Commit 73186d7c authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Update comments to be more clear how to set boolean variables (e.g. =1)

parent d1b2b028
No related branches found
No related tags found
No related merge requests found
# GNU makefile for Synchronet installation # GNU makefile for Synchronet installation
# #
# Usage: # Usage:
# ------ # -----
# [g]make -f path/to/this/file [variable=value]... [target] # [g]make -f path/to/this/file [variable=value]... [target]
# #
# variables: # variables (set to any other value to enable, e.g. DEBUG=1):
# ---------- # ---------
# DEBUG = Set to force a debug build # DEBUG = Set to force a debug build
# RELEASE = Set to force a release build # RELEASE = Set to force a release build
# SYMLINK = Don't copy binaries, rather create symlinks in $(SBBSDIR)/exec # SYMLINK = Don't copy binaries, rather create symlinks in $(SBBSDIR)/exec
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
# X_PATH = /path/to/X (if not /usr/X11R6) # X_PATH = /path/to/X (if not /usr/X11R6)
# targets: # targets:
# -------- # -------
# install (the default) # install (the default)
# build # build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment