浏览代码

depend on examples in makefile

Getty Ritter 2 年之前
父节点
当前提交
7fe2e5feda
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -6,7 +6,7 @@ pkg/matzo_web_bg.wasm: src/lib.rs Cargo.toml Cargo.lock
 dist/main.js: js/*.js package.json pkg/matzo_web_bg.wasm
 	yarn build
 
-out/index.html: index.html build.py
+out/index.html: index.html build.py examples/*.matzo
 	mkdir -p out
 	python3 build.py --only-html