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