Sfoglia il codice sorgente

depend on examples in makefile

Getty Ritter 2 anni fa
parent
commit
7fe2e5feda
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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