We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc90735 commit 163a0e7Copy full SHA for 163a0e7
.gitignore
@@ -1,2 +1,4 @@
1
+build/
2
+.cache/
3
*.so
4
compile_flags.txt
hyprload.toml
@@ -4,7 +4,8 @@ version = "1.0.0"
author = "Duckonaut"
5
6
[split-monitor-workspaces.build]
7
-output = "split-monitor-workspaces.so"
+output = "build/libsplit-monitor-workspaces.so"
8
steps = [
9
- "make all",
+ "meson setup build --wipe",
10
+ "meson compile -C build",
11
]
0 commit comments