> 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