projects
/
vopamoi
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Scroll to top when entering a new task
[vopamoi]
/
Makefile
This page requires JavaScript to run. Use
this page
instead.
0 / 11 ( 0%)
Commit
Line
Data
1
objs = vopamoi.js
2
3
all: $(objs)
4
5
.PHONY: all clean
6
7
%.js: %.ts
8
tsc --strict --target ES2020 $<
9
10
clean:
11
-rm $(objs)