explorer-data/Makefile

12 lines
144 B
Makefile
Raw Normal View History

2023-10-07 20:01:09 +02:00
.PHONY: all build
all: test build
build:
deno run -A utils/build.js
test:
deno test -A utils/test.js
gen:
deno run -A utils/gen.js $(cat)