From 8b222c9e59a41220ef69d2244544c13ca7f88c60 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 24 Apr 2026 18:12:37 -0400 Subject: convert build to Makefile, bump version --- config.def.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.def.h (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h new file mode 100644 index 0000000..8e50baa --- /dev/null +++ b/config.def.h @@ -0,0 +1,4 @@ + +#define CLR_FG L"\033[31m" +#define CLR_RESET L"\033[0m" +#define SPRD_CLOCK CLOCK_MONOTONIC -- cgit v1.2.3