web-make: demo.mk -> web-extra.mk

This commit is contained in:
Stefano D'Angelo 2024-03-07 09:44:31 +01:00
parent f9193c04af
commit 4f116a171c
3 changed files with 2 additions and 2 deletions

View File

@ -23,5 +23,5 @@ var sep = path.sep;
module.exports = function (data, api) {
api.generateFileFromTemplateFile(`src${sep}index.html`, `src${sep}index.html`, data);
api.copyFile(`demo.mk`, `demo.mk`);
api.copyFile(`web-extra.mk`, `web-extra.mk`);
};

View File

@ -76,7 +76,7 @@ ALL = build/web/${BUNDLE_NAME}.wasm build/web/${BUNDLE_NAME}_processor.js build/
default: all
-include ${COMMON_DIR}/demo.mk
-include ${COMMON_DIR}/web-extra.mk
all: ${ALL}