diff options
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 # ───────────────────────────────────────────── |
