aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 83a7c33..88fd65d 100644
--- a/Makefile
+++ b/Makefile
@@ -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