.PHONY: check check: jq empty app/manifest.json @echo "launcher checks ok" .PHONY: serve serve: python3 -m http.server 4310 --directory app