13 lines
232 B
Makefile
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
|