diff options
author | Delan Azabani <delan@azabani.com> | 2024-06-24 06:46:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost> | 2024-06-24 06:46:08 +0000 |
commit | 4c3d93611f2848c56ebc69c85f2b1e18001ed3c7 (patch) | |
tree | 5c639bc39aec5068ac434b473b3108bbd8b03edd /justfile | |
parent | 37f276ba9d1856a6093e0d347224ab7c1982e75f (diff) | |
parent | 5d33e4cd59093b29446d63ac70cf95cc9a25d81b (diff) |
Merge "Fix build instructions in hacking.md and justfile" into main
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ clean: # Prepare meson for building setup: - meson setup build --prefix="$PWD/outputs/out" + meson setup build --prefix="$PWD/outputs/out" $mesonFlags # Build lix build *OPTIONS: |