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:
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