Pārlūkot izejas kodu

depend on examples in makefile

Getty Ritter 2 gadi atpakaļ
vecāks
revīzija
7fe2e5feda
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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