Files
Vanillae/libs/parasite/Makefile
T
pharpend cbb117b504 Pharpend/develop (#1)
* move stuff in here

* reorganizing because zx needs to feel special

* add base58/base64 explainer draft
2022-10-05 23:30:49 +09:00

15 lines
132 B
Makefile

all: pull build
deploy: pull build mindist push
pull:
jx pull -f
build:
jx build -f
mindist:
jx mindist -f
push:
jx push -f