Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri authored Oct 5, 2024
1 parent cb8cad7 commit 0e532f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
script.js: sr9.wasm
tsc script.ts
mv script.js _site/script.js
mv sr9.wasm _site/sr9.wasm
tsc script.ts
mv script.js _site/script.js
mv sr9.wasm _site/sr9.wasm

sr9.wasm:
touch sr9.wasm
touch sr9.wasm

index.html:
cp src/index.html _site/index.html
cp src/index.html _site/index.html

om.html:
cp src/om.html _site/om.html
cp src/om.html _site/om.html

0 comments on commit 0e532f6

Please sign in to comment.