forked from web3privacy/explorer-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
40 lines (34 loc) · 692 Bytes
/
Makefile
File metadata and controls
40 lines (34 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.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=defi
make gen cat=currency
make gen cat=infrastructure
make gen cat=wallets
make gen cat=computing-network
make gen cat=layer-2
make gen cat=hardware
make gen cat=vpn
make gen cat=did
make gen cat=dao
make gen cat=messaging
make gen cat=browser
make gen cat=kyc
make gen cat=rpc
make gen cat=storage
make gen cat=dapps
make gen cat=os
make gen cat=nft
make gen cat=alliances
make gen cat=rd
make gen cat=node
make gen cat=mixing-service
make gen cat=data-management