mirror of
https://github.com/remko/waforth
synced 2024-11-16 07:47:30 +01:00
waforthc: Add rule to toplevel
This commit is contained in:
parent
c749bc9f4e
commit
cd6e712b75
1 changed files with 4 additions and 0 deletions
4
Makefile
4
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 $@ $<
|
||||
|
||||
|
|
Loading…
Reference in a new issue