aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-19 00:34:41 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-19 00:34:41 -0500
commit1873d8750fee1e29ed1d274c6193f92b855bbc4d (patch)
treebfcd69e19085fe551f0a000ac058f519f39657b9 /src
parent33fcf87aab97d59ae97ddc2274f02292be97f37e (diff)
downloadunalf-1873d8750fee1e29ed1d274c6193f92b855bbc4d.tar.gz
Document Makefile a bit.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index fc122ea..53a55f9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -3,8 +3,18 @@
### Override these variables as needed. Don't override CFLAGS; use
# COPT instead.
+
+# C compiler to use. PATH is searched unless you give an absolute path.
+CC=cc
+
+# C compiler options (flags):
COPT=-O3
+
+# Path to the GNU or BSD 'install' program.
INSTALL=install
+
+# Path to the rst2man command. Only needed if modifying/rebuilding the
+# man pages and/or windows HTML docs.
RST2MAN=rst2man
# These only affect the 'install' target (they don't get compiled