diff options
| author | Humm <hummsmith42@gmail.com> | 2022-01-05 01:54:02 +0100 |
|---|---|---|
| committer | Humm <hummsmith42@gmail.com> | 2022-03-13 00:46:24 +0100 |
| commit | 0c4740b27735199f2c194b47c85ab321250631b4 (patch) | |
| tree | c059acad8bfecc40b783ad3e6a12df65a4c7addf /config.mk | |
| parent | 2d9740c2fc481d42eb0deace797553172cc234d9 (diff) | |
add dwl(1)
Documentation is good. Man pages are documentation. A program without
a man page is worthless.
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ # paths PREFIX = /usr/local +MANDIR = $(PREFIX)/share/man # Default compile flags (overridable by environment) CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wdeclaration-after-statement |
