explorer-data/Makefile

21 lines
283 B
Makefile

.PHONY: all build
all: test build
build:
deno run -A utils/build.js
test:
deno test -A utils/test.js
cache:
deno cache utils/test.js
gen:
deno run -A utils/gen.js $(cat)
gen-all:
make gen cat=computing-network
make gen cat=layer-2
make gen cat=hardware
make gen cat=vpn