diff --git a/justfile b/justfile
index 07fe54015a21d49ccce824cb90f74265b03d1ec1..a19e273ded52c416c64fc3be05310dbb40b1dfd4 100644
--- a/justfile
+++ b/justfile
@@ -16,7 +16,7 @@ host-build:
 device-build-sender:
     #!/bin/bash
     cd on-device
-    ./sbs -df arpist-device-sender
+    ./sbs -f arpist-device-sender
 
 device-build-receiver:
     #!/bin/bash