mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
18 lines
No EOL
220 B
Makefile
18 lines
No EOL
220 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
|