projects
/
vopamoi
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Explicitly remove the completeEdit onblur event listener
[vopamoi]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 46292dc5e9315039d1e4d56d6bc33c84b45289bf..36635cc6ff00f6dcc690640aff9a238f7b1ce4f6 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-5,7
+5,7
@@
all: $(objs)
.PHONY: all clean
%.js: %.ts
- tsc --strict $<
+ tsc --strict
--target ES2020
$<
clean:
-rm $(objs)