From acd78e092f4713a39fbff1e9175f7b41e8b435a3 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Sun, 5 Jan 2025 15:28:28 +0100 Subject: [PATCH] Add optional postmake.make include at end --- tpl/Makefile.plugin | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tpl/Makefile.plugin b/tpl/Makefile.plugin index d995ea7..1b7db93 100644 --- a/tpl/Makefile.plugin +++ b/tpl/Makefile.plugin @@ -49,3 +49,5 @@ endif uninstall: rm -f $(INSTALLDIR)/$(PLUGIN) $(addprefix $(INSTALLDIR)/, $(EXTRAFILES)) + +-include postmake.make