Files
Vanillae/ts/sidekick_examples/Makefile
T
2022-10-05 02:35:43 -06:00

11 lines
99 B
Makefile

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