summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-12 15:58:36 +0300
committerPaul Buetow <paul@buetow.org>2026-04-12 15:58:36 +0300
commitf778af609857a7f5eb3115f66eafb7436dae3bdf (patch)
tree171218946b37902095a2e468fe599c27ded872d8 /Justfile
parentdbbed4451b2ef4b8095798a4894c86247b099372 (diff)
52: implement debug menu and fake time controls
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile8
1 files changed, 8 insertions, 0 deletions
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
# ─────────────────────────────────────────────