X-Git-Url: https://git.proxmox.com/?p=proxmox-widget-toolkit.git;a=blobdiff_plain;f=src%2FMakefile;h=afbe2eca2f7e1a5a290b9b60b8a1ea2b97271bda;hp=0e1fb45c850f016b989d3d35ce5260ec95078a97;hb=b0e33a3e2af8cc72bbff63cb078c8a8663f32934;hpb=658bfdff32bee2fc357ab193348c49a6d9981e8b diff --git a/src/Makefile b/src/Makefile index 0e1fb45..afbe2ec 100644 --- a/src/Makefile +++ b/src/Makefile @@ -52,6 +52,8 @@ JSSRC= \ panel/Certificates.js \ panel/ACMEAccount.js \ panel/ACMEPlugin.js \ + panel/ACMEDomains.js \ + panel/StatusView.js \ window/Edit.js \ window/PasswordEdit.js \ window/SafeDestroy.js \ @@ -62,6 +64,8 @@ JSSRC= \ window/Certificates.js \ window/ACMEAccount.js \ window/ACMEPluginEdit.js \ + window/ACMEDomains.js \ + window/FileBrowser.js \ node/APT.js \ node/NetworkEdit.js \ node/NetworkView.js \ @@ -82,8 +86,10 @@ all: ${SUBDIRS} .PHONY: lint check: lint + eslint --strict api-viewer/APIViewer.js lint: ${JSSRC} eslint --strict ${JSSRC} + touch ".lint-incremental" proxmoxlib.js: .lint-incremental ${JSSRC} # add the version as comment in the file