Re: [dev] newbie questions: config*.h; patches

From: NRK <nrk_AT_disroot.org>
Date: Mon, 23 Sep 2024 03:28:58 +0000

> https://git.suckless.org/sites/commit/13e1296e9772242ff869295a1081a77eae022434.html

There's no need to change Makefile or anything. You can simply make
`config.h` a symlink to `config.def.h`:

        $ ln -s ./config.def.h config.h

This is what I've been doing for a long while now since `config.def.h`
doesn't provide any value to me given that I can look at git history to
see the defaults if needed.

- NRK
Received on Mon Sep 23 2024 - 05:28:58 CEST

This archive was generated by hypermail 2.3.0 : Mon Sep 23 2024 - 05:36:08 CEST