diff --git a/makefile b/makefile index 4631d09..c869016 100644 --- a/makefile +++ b/makefile @@ -1,8 +1,8 @@ -ts: +build: npx tsc && make fix-decl -ts-w: +watch: npx tsc-watch --onSuccess "make fix-decl" fix-decl: