Skip to content

Commit

Permalink
Use dirty flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kulp committed Aug 4, 2024
1 parent 7e28341 commit 78a6543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ M3US = $(VARIANTS_MP3:%=%.m3u)
ADDL_LYS = $(filter EOGa%.ly,$(LYS))
STD_LYS = $(filter-out EOGa%.ly,$(LYS))

GITREV := $(shell git describe --long --always --match="v*")
GITREV := $(shell git describe --dirty --long --always --match="v*")

HEADERS = hymnnumber title poet composer meter tunename
ADDL_HEADERS = hymnnumber composer meter tunename
Expand Down

0 comments on commit 78a6543

Please sign in to comment.