mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-13 21:41:47 +01:00
9 lines
284 B
Makefile
9 lines
284 B
Makefile
install-scripts target="$HOME/.local/bin":
|
|
#!/bin/sh
|
|
zig build-exe \
|
|
-lc -lX11 -lXinerama \
|
|
scripts/randomwallpaper.zig \
|
|
-femit-bin={{target}}/randomwallpaper
|
|
ln -sf \
|
|
`pwd`/scripts/{playtwitch,start-joshuto,withjava} \
|
|
{{target}}
|