dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit b1812520352891590d99dbfdec2c52c2f4a5ed8b
parent b75d24f9760b6946a9ce4387d608eec71e450307
Author: Ethan Long <Ethan.Long@anu.edu.au>
Date:   Sun, 29 Dec 2024 23:56:50 +1100

Added a build step

Copy the template files for void or other platforms before building
using prep[plat].sh

Diffstat:
Rconfig.h -> config.h.void | 0
Rconfig.mk -> config.mk.void | 0
Aprepvoid.sh | 4++++
3 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/config.h b/config.h.void diff --git a/config.mk b/config.mk.void diff --git a/prepvoid.sh b/prepvoid.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cp config.mk.void config.mk +cp config.h.void config.h