explorer-data/Makefile
2023-10-07 20:59:48 +02:00

15 lines
No EOL
178 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)