pleshevski.ru/makefile

15 lines
190 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:
npx tsc-watch --onSuccess "node target/scripts/main.mjs"
clean:
rm -rf target