pleshevski.ru/makefile

15 lines
207 B
Makefile
Raw Normal View History

2022-03-20 23:21:38 +03:00
PAR := $(MAKE) -j 128
watch:
$(PAR) hr ts-w
hr:
deno run -A ~/sandbox/hr/server.ts target static
2022-03-16 22:17:07 +03:00
ts-w:
2022-03-21 22:50:07 +03:00
NODE_ENV=develop npx tsc-watch --onSuccess "node target/scripts/main.mjs"
2022-03-16 22:17:07 +03:00
clean:
rm -rf target