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

ifdef PROJ_DIR
vpath tclasm.tcl $(PROJ_DIR)
endif

vpath tclasm.tcl .

%.mem : tclasm.tcl %.s.tcl
	tclsh $^ > $@