Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df3229e

Browse files
Use similar invocation
1 parent 03b5c4b commit df3229e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ if [ "$1" == 'static' ]; then
99
make -C spec webgpu.idl
1010
else
1111
echo 'Building spec'
12-
make -C spec
12+
make -C spec index.html webgpu.idl
1313
echo 'Building wgsl'
1414
make -C wgsl index.html
1515
echo 'Building explainer'
16-
make -C explainer
16+
make -C explainer index.html
1717
fi
1818

1919
if [ -d out ]; then

0 commit comments

Comments
 (0)