From f778af609857a7f5eb3115f66eafb7436dae3bdf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 12 Apr 2026 15:58:36 +0300 Subject: 52: implement debug menu and fake time controls --- Justfile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Justfile') diff --git a/Justfile b/Justfile index 3fa272d..53268f5 100644 --- a/Justfile +++ b/Justfile @@ -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 # ───────────────────────────────────────────── -- cgit v1.2.3