all: prepare build

prepare:
	jx pull -f

build:
	jx build -f

serve:
	python3 -m http.server 8001
