]> git.proxmox.com Git - pve-manager.git/blob - www/Makefile
do not install extJS 5 framework by default
[pve-manager.git] / www / Makefile
1 # Note: please add ext5 for extJS 5 development
2 SUBDIRS = images ext4 css manager bootstrap touch mobile
3
4 all: ${SUBDIRS}
5
6 %:
7 set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done
8