diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-12 15:58:36 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-12 15:58:36 +0300 |
| commit | f778af609857a7f5eb3115f66eafb7436dae3bdf (patch) | |
| tree | 171218946b37902095a2e468fe599c27ded872d8 /Justfile | |
| parent | dbbed4451b2ef4b8095798a4894c86247b099372 (diff) | |
52: implement debug menu and fake time controls
Diffstat (limited to 'Justfile')
| -rw-r--r-- | Justfile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -67,6 +67,14 @@ rebuild: quick: just build && just install +# Build with DEBUG=1 compile flag +debug-build: + DEBUG=1 pebble build + +# Build + install debug app +debug-dev: + DEBUG=1 pebble build && pebble install --emulator {{emulator}} + # ───────────────────────────────────────────── # Debug / Testing helpers # ───────────────────────────────────────────── |
