Files
Vanillae/sidekick/examples/Makefile
T

11 lines
99 B
Makefile

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