From b58fe57a55a85cf69100e624d1fd28811f2d1703 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 15 Sep 2022 16:26:34 +0200 Subject: Add bibliography --- paper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paper/Makefile') 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 -- cgit