From: Lukáš Jiřiště Date: Tue, 25 Nov 2025 12:43:53 +0000 (+0100) Subject: Add inclusion of the dependencies X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;ds=sidebyside;p=dotfiles.git Add inclusion of the dependencies I forgot to include the dependencies so it had no effect. Now it is fixed. --- diff --git a/vim/templates/Makefile_latex b/vim/templates/Makefile_latex index 7d7adfc..eba7272 100644 --- a/vim/templates/Makefile_latex +++ b/vim/templates/Makefile_latex @@ -13,6 +13,8 @@ LATEXMK := latexmk \ .PHONY : clean fclean re +$(foreach file,$(TARGETS),$(eval -include $(DEPS_DIR)/$(file)P)) + all : $(TARGETS) $(DEPS_DIR):