diff --git a/Makefile b/Makefile index 49a87e9..ad75a49 100644 --- a/Makefile +++ b/Makefile @@ -142,6 +142,7 @@ ifndef WEB_FILES $(error "Please call with make make-server-structure WEB_FILES=...") endif $(Q)$(foreach machine, $(MACHINES), \ + mkdir $(WEB_FILES)/$(machine); \ mkdir $(WEB_FILES)/$(machine)/$(SYSMOCOM_RELEASE); \ mkdir $(WEB_FILES)/$(machine)/$(SYSMOCOM_RELEASE)-testing; \ mkdir $(WEB_FILES)/$(machine)/$(SYSMOCOM_RELEASE)-nightly; \