projects
/
vopamoi
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Mostly ignore inputs when control is pressed
[vopamoi]
/
Makefile
Commit
Line
Data
974848d3
SW
1
objs = vopamoi.js
2
3
all: $(objs)
4
5
.PHONY: all clean
6
7
%.js: %.ts
799f4e89
8
tsc --strict --target ES2020 $<
974848d3
SW
9
10
clean:
11
-rm $(objs)