pleshevski.ru/makefile

7 lines
88 B
Makefile
Raw Normal View History

2022-03-16 22:17:07 +03:00
ts-w:
npx tsc-watch --onSuccess "node target/scripts/main.mjs"
clean:
rm -rf target