utxo-prague/Makefile

22 řádky
459 B
Makefile

NAME = gweicz/utxo
VERSION = 0.1.0
.PHONY: all build
all: test build
test:
deno test --unstable --allow-read utils/test.js
build:
deno run --unstable --allow-read --allow-write utils/build.js
docs-update:
deno run --unstable --allow-read --allow-write utils/update-docs.js
speakers-table:
deno run --unstable --allow-read utils/update-docs.js speakersTableGen
speakers-leads:
deno run --unstable --allow-read utils/update-docs.js speakersLeadsGen