mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-21 09:23:45 +01:00
adjust randomwallpaper build command
This commit is contained in:
parent
bdbde45b2d
commit
1bf021f203
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
// zig build-exe -lc -lX11 -lXinerama randomwallpaper.zig && mv randomwallpaper ~/.local/bin
|
// zig build-exe -lc -lX11 -lXinerama randomwallpaper.zig -femit-bin=$HOME/.local/bin/randomwallpaper
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
const mem = std.mem;
|
const mem = std.mem;
|
||||||
const c = @cImport({
|
const c = @cImport({
|
||||||
|
|
Loading…
Reference in a new issue