diff options
Diffstat (limited to 'paper/Makefile')
-rw-r--r-- | paper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paper/Makefile b/paper/Makefile index a391dfb..48d14c5 100644 --- a/paper/Makefile +++ b/paper/Makefile @@ -10,7 +10,7 @@ MAKEFLAGS += --no-builtin-rules main_tex ?= safety-reset-paper -VERSION_STRING := $(shell git describe --tags --long --dirty) +VERSION_STRING := $(shell git describe --tags --long) all: ${main_tex}.pdf |