atscan/Makefile

17 řádky
311 B
Makefile

.PHONY: all
all: plc-crawl
plc-daemon:
deno run --unstable --allow-net ./backend/plc-crawler.js daemon
plc-init:
deno run --unstable --allow-net ./backend/plc-crawler.js init
plc-crawl:
deno run --unstable --allow-net ./backend/plc-crawler.js
test:
deno test --unstable --allow-read ./backend/test.js