waforthc: Add rule to toplevel

This commit is contained in:
Remko Tronçon 2022-11-16 21:54:37 +01:00
parent c749bc9f4e
commit cd6e712b75

View file

@ -29,6 +29,10 @@ src/web/benchmarks/sieve/sieve-c.js:
standalone:
$(MAKE) -C src/standalone
.PHONY: waforthc
waforthc:
$(MAKE) -C src/waforthc
%.wasm: %.wat
$(WAT2WASM) $(WAT2WASM_FLAGS) -o $@ $<