pve-manager/www/Makefile
Dietmar Maurer 1b799440b9 remove www/bootstrap completely (now in pve-http-server)
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2017-01-16 11:54:33 +01:00

8 lines
129 B
Makefile

SUBDIRS = images ext6 css manager6 touch mobile
all: ${SUBDIRS}
%:
set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done