]> git.proxmox.com Git - pve-manager.git/blobdiff - Makefile
bump version to 8.2.6
[pve-manager.git] / Makefile
index 2829539594829afaa6075c200e4c8448bb97a686..337682b3cea6730a5c2b4397e22cf01de4aa8da8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ DSC=$(PACKAGE)_$(DEB_VERSION).dsc
 DEB=$(PACKAGE)_$(DEB_VERSION)_$(DEB_HOST_ARCH).deb
 
 DESTDIR=
-SUBDIRS = aplinfo PVE bin www services configs network-hooks test
+SUBDIRS = aplinfo PVE bin www services configs network-hooks test templates
 
 all: $(SUBDIRS)
        set -e && for i in $(SUBDIRS); do $(MAKE) -C $$i; done