.PHONY: build build: mkdir -p lib npx syndicate-babel src --out-dir lib clean: rm -rf lib