diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-19 00:34:41 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-19 00:34:41 -0500 |
| commit | 1873d8750fee1e29ed1d274c6193f92b855bbc4d (patch) | |
| tree | bfcd69e19085fe551f0a000ac058f519f39657b9 /src | |
| parent | 33fcf87aab97d59ae97ddc2274f02292be97f37e (diff) | |
| download | unalf-1873d8750fee1e29ed1d274c6193f92b855bbc4d.tar.gz | |
Document Makefile a bit.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 10 |
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 |
