We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ffa6b commit c5f5c79Copy full SHA for c5f5c79
1 file changed
justfile
@@ -1,5 +1,8 @@
1
# ImGui Bundle development utilities
2
3
+# Use bash for all recipes (default on Linux is dash via /bin/sh, which lacks `source`).
4
+set shell := ["bash", "-cu"]
5
+
6
_pycmd := "PYTHONPATH=external/bindings_generation python -c"
7
8
# List all the targets in the justfile
0 commit comments