Browse Source

depend on examples in makefile

Getty Ritter 1 year ago
parent
commit
7fe2e5feda
1 changed files with 1 additions and 1 deletions
  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