explorer-data/Makefile
2023-10-07 21:27:58 +02:00

16 lines
No EOL
211 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
# make gen cat=computing-network
gen:
deno run -A utils/gen.js $(cat)