pebble/justfile
2026-04-13 17:14:15 +02:00

13 lines
232 B
Makefile

pebble-sdk:
uv tool install pebble-tool --no-managed-python --no-python-downloads
pebble sdk install latest
[default]
build:
zig build
test:
PEBBLE_EMULATOR=emery zig build upload
alias b := build
alias t := test