diff options
| -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 |
