aboutsummaryrefslogtreecommitdiff
path: root/Makefile.util
blob: 02ad5a328a6adf7365ec4e37a5fb500a7e765edd (plain)
1
2
3
4
5
6
7
8
9
10
FILE_LINES = `grep -E '^[[:space:]]*[^[:space:]/]' -c $(1)`

%.mem : $(PROJ_DIR)/tclasm.tcl %.s.tcl
	tclsh $^ > $@

%.mem : $(PROJ_DIR)/tools/wasm_compile %.wasm
	$^ > $@

%.wasm : %.wat
	$(WAT2WASM) $< -o $@