commit d1d5dede491729820755fec15e5b7b995eae2436 parent f033c443b385971685169991c4fb1b79aa076908 Author: Ethan Long <ethan@OpenBSD-X220.lan> Date: Fri, 10 Jan 2025 19:50:56 +1100 Build system is same as dwl and dwm Diffstat:
| R | config.h -> config.h.OBSD | | | 0 | |
| R | config.mk -> config.mk.OBSD | | | 0 | |
| A | prepOBSD.sh | | | 4 | ++++ |
3 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/config.h b/config.h.OBSD diff --git a/config.mk b/config.mk.OBSD diff --git a/prepOBSD.sh b/prepOBSD.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cp config.mk.OBSD config.mk +cp config.h.OBSD config.h