1
0
hugo/static/wasm/pico/Makefile

7 lines
130 B
Makefile
Raw Normal View History

2024-04-23 13:21:26 +00:00
.SUFFIXES:
wat2wasm = /home/binji/dev/wasm/wasp/wasp wat2wasm --enable-numeric-values
dino.wasm: dino.wat
$(wat2wasm) -o $@ $<