Merge branch 'master' into v1.2/VSM

This commit is contained in:
Frederik Beimgraben 2025-07-24 01:27:19 +02:00
commit 30bcfbde5a

View File

@ -32,7 +32,7 @@ pdfs:
git checkout $(VERSION)/VGL git checkout $(VERSION)/VGL
make compile make compile
cp $(PDF_TARGET) $(OUT_DIR)/$(VERSION)_VGL.pdf cp $(PDF_TARGET) $(OUT_DIR)/$(VERSION)_VGL.pdf
git checkout $(VERSION) git checkout master
compile: compile:
# If not Exists, create 'Build' directory # If not Exists, create 'Build' directory