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 $@