* move stuff in here * reorganizing because zx needs to feel special * add base58/base64 explainer draft
16 lines
142 B
Makefile
16 lines
142 B
Makefile
all: prepare build
|
|
|
|
deploy: prepare build mindist push
|
|
|
|
prepare:
|
|
jx pull -f
|
|
|
|
build:
|
|
jx build -f
|
|
|
|
mindist:
|
|
jx mindist -f
|
|
|
|
push:
|
|
jx push -f
|