aboutsummaryrefslogtreecommitdiff
path: root/Makefile.client
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-15 05:34:32 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-15 05:34:32 -0400
commite237b6858830f9d8355b7ae91506bf6af3f15009 (patch)
treece7150380522af2d52f7bc0cb43455f18b40d377 /Makefile.client
parentffebfdcc4f37d905ccb1a21105e2998b5af9bc55 (diff)
downloadfujinet-chat-e237b6858830f9d8355b7ae91506bf6af3f15009.tar.gz
Embed git hash and build host in binary.
Diffstat (limited to 'Makefile.client')
-rw-r--r--Makefile.client2
1 files changed, 1 insertions, 1 deletions
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