pleshevski.ru/makefile
2022-03-16 22:19:13 +03:00

7 lines
88 B
Makefile

ts-w:
npx tsc-watch --onSuccess "node target/scripts/main.mjs"
clean:
rm -rf target