Files
Vanillae/sidekick/examples/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

11 lines
99 B
Makefile

all: prepare build
prepare:
jx pull -f
build:
jx build -f
serve:
python3 -m http.server 8001