From 76cf70ec0c6abc08a12097b5cb99879b76f1462f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Proch=C3=A1zka?= Date: Mon, 17 Nov 2025 20:57:26 +0100 Subject: [PATCH] make no longer removes the target PDF when running thesis_% target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ff1c138..6d9fa87 100644 --- a/Makefile +++ b/Makefile @@ -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 $<