]> git.scottworley.com Git - vopamoi/blame - Makefile
BrowserUI
[vopamoi] / Makefile
CommitLineData
974848d3
SW
1objs = vopamoi.js
2
3all: $(objs)
4
5.PHONY: all clean
6
7%.js: %.ts
8 tsc --strict $<
9
10clean:
11 -rm $(objs)