]> git.proxmox.com Git - pve-manager.git/blob - www/Makefile
removed automake/autoconf, removed unused files
[pve-manager.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