aboutsummaryrefslogtreecommitdiff
path: root/config/Makefile
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 /config/Makefile
parentffebfdcc4f37d905ccb1a21105e2998b5af9bc55 (diff)
downloadfujinet-chat-e237b6858830f9d8355b7ae91506bf6af3f15009.tar.gz
Embed git hash and build host in binary.
Diffstat (limited to 'config/Makefile')
-rw-r--r--config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile b/config/Makefile
index 65de826..2e0fd05 100644
--- a/config/Makefile
+++ b/config/Makefile
@@ -3,7 +3,7 @@ all: config.xex
#config.xex: config.c exetrailer.s ../src/config.h ../src/config.c
config.xex:
- cl65 -Oris -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s ../src/config.c
+ cl65 -DVERSION='"$(VERSION)"' -Oris -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s ../src/config.c
test:
cl65 -Oris -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s ../src/config.c