X-Git-Url: https://git.proxmox.com/?p=proxmox-widget-toolkit.git;a=blobdiff_plain;f=src%2FMakefile;h=afbe2eca2f7e1a5a290b9b60b8a1ea2b97271bda;hp=00a25c768c1b66173bf9a6d18590421a16600694;hb=b0e33a3e2af8cc72bbff63cb078c8a8663f32934;hpb=5df894de2622ad972f10520cfb4d1aaa30d0f941 diff --git a/src/Makefile b/src/Makefile index 00a25c7..afbe2ec 100644 --- a/src/Makefile +++ b/src/Makefile @@ -51,6 +51,9 @@ JSSRC= \ panel/GaugeWidget.js \ panel/Certificates.js \ panel/ACMEAccount.js \ + panel/ACMEPlugin.js \ + panel/ACMEDomains.js \ + panel/StatusView.js \ window/Edit.js \ window/PasswordEdit.js \ window/SafeDestroy.js \ @@ -60,6 +63,9 @@ JSSRC= \ window/ZFSDetail.js \ window/Certificates.js \ window/ACMEAccount.js \ + window/ACMEPluginEdit.js \ + window/ACMEDomains.js \ + window/FileBrowser.js \ node/APT.js \ node/NetworkEdit.js \ node/NetworkView.js \ @@ -80,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