]> git.proxmox.com Git - pve-manager.git/blame - www/Makefile
specify basedirs instead of hardcoding them several times
[pve-manager.git] / www / Makefile
CommitLineData
9556b395 1SUBDIRS = images css manager6 touch mobile
beb651ee
DM
2
3all: ${SUBDIRS}
4
5%:
6 set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done
7