make no longer removes the target PDF when running thesis_% target

This commit is contained in:
2025-11-17 20:57:26 +01:00
parent b4406bfd77
commit 76cf70ec0c

View File

@@ -14,6 +14,8 @@ TEMPLATE_SRCS := $(shell find template -type f)
# == MAIN TARGETS ==
.PRECIOUS: $(BUILD_DIR)/%.pdf
.PHONY: view_documentation
view_documentation: $(BUILD_DIR)/documentation.pdf
xdg-open $<