]> git.proxmox.com Git - pve-manager.git/blobdiff - Makefile
enable eslint on build
[pve-manager.git] / Makefile
index be8cc56f7c78c671c36399ba463d09008faba43d..e23327d9e7af749cf09d0b6aa9aa4c8c094b2010 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,10 @@ all: ${SUBDIRS}
        set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i; done
 
 .PHONY: check
-check: bin test
+check: bin test www
        ${MAKE} -C bin check
        ${MAKE} -C test check
+       ${MAKE} -C www check
 
 .PHONY: dinstall
 dinstall: ${DEB}