diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-15 05:40:17 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-15 05:40:17 -0400 |
| commit | d2b2532b8a4c07c2f7c15b368e9cc0ffa724056a (patch) | |
| tree | f0eb15fa69ae55ee42e45da4e030dc32d8102d41 | |
| parent | e237b6858830f9d8355b7ae91506bf6af3f15009 (diff) | |
| download | fujinet-chat-d2b2532b8a4c07c2f7c15b368e9cc0ffa724056a.tar.gz | |
Public alpha 1.alpha1
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ PARTS=loading1.xex config/config.xex loading2.xex memsetup.xex font_dl.xex clien TESTXEX=fnchat-$(shell date +%Y%m%d-%H%M).xex -VERSION:=$(shell git describe --long 2>/dev/null || echo NOGIT )+$(shell date +%Y%m%d-%H%M )@$(shell hostname -s 2>/dev/null || echo UNKNOWN ) +VERSION:=$(shell git describe --dirty --long 2>/dev/null || echo NOGIT )+$(shell date +%Y%m%d-%H%M )@$(shell hostname -s 2>/dev/null || echo UNKNOWN ) # remove the -a if using older versions of atasm ATASM=atasm -s -a |
