From 96297f2bc4c552f0c8f6aac602f2560bffa4d842 Mon Sep 17 00:00:00 2001 From: Frederik Beimgraben Date: Thu, 24 Jul 2025 01:13:42 +0200 Subject: [PATCH] Fix makefile return to master --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 167f9dc..31a2dbf 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ pdfs: git checkout $(VERSION)/VGL make compile cp $(PDF_TARGET) $(OUT_DIR)/$(VERSION)_VGL.pdf - git checkout $(VERSION) + git checkout master compile: # If not Exists, create 'Build' directory