diff --git a/Makefile b/Makefile index 967e242..cce89b8 100644 --- a/Makefile +++ b/Makefile @@ -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 $@ $<