From e237b6858830f9d8355b7ae91506bf6af3f15009 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 15 Mar 2026 05:34:32 -0400 Subject: Embed git hash and build host in binary. --- Makefile.client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.client') diff --git a/Makefile.client b/Makefile.client index 754c4f8..a6b8b01 100644 --- a/Makefile.client +++ b/Makefile.client @@ -27,7 +27,7 @@ CONFIG := # Additional C compiler flags and options. # Default: none -CFLAGS = -Oris +CFLAGS = -Oris -DVERSION='"$(VERSION)"' # Additional assembler flags and options. # Default: none -- cgit v1.2.3