]> git.proxmox.com Git - pve-manager-legacy.git/blob - www/Makefile
use new TaskProgress feature
[pve-manager-legacy.git] / www / Makefile
1 SUBDIRS = templates images ext4 css manager
2
3 all: ${SUBDIRS}
4
5 %:
6 set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done
7