From 197afce93508d0c17ec8966fb96deed80c3c0f82 Mon Sep 17 00:00:00 2001 From: NRK Date: Fri, 22 Apr 2022 03:14:03 +0600 Subject: 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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: -- cgit v1.2.3-70-g09d2