aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2022-04-21 23:14:03 +0200
committerN-R-K <nrk@disroot.org>2022-05-30 14:07:01 +0200
commit197afce93508d0c17ec8966fb96deed80c3c0f82 (patch)
treecc9ee932218caa2243215a88a010f1494cb74855 /README.md
parent450797c573ef4ae42e93de5571319a5318142df9 (diff)
downloadnsxiv-197afce93508d0c17ec8966fb96deed80c3c0f82.tar.zst
introduce config.mk
this moves all the build variables intended to be modified by the user over to `config.mk` similar to other suckless software. also move CPPFLAGS down below for cosmetic purposes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4857866..c1cfe1a 100644
--- a/README.md
+++ b/README.md
@@ -99,8 +99,8 @@ For example:
$ make HAVE_LIBEXIF=0
will disable `libexif` support. Alternatively they can be disabled via editing
-the `Makefile` directly. `OPT_DEP_DEFAULT=0` can be used to disable all
-optional dependencies.
+`config.mk`. `OPT_DEP_DEFAULT=0` can be used to disable all optional
+dependencies.
Installing nsxiv: