summarylogtreecommitdiffstats
path: root/compile.sh
blob: 407e7e1f21f30d71e1b86fe252eb10f7a15afa2b (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
[[ -d "src" ]] && rm -rf src/
[[ -f "config.def.h" ]] && rm config.def.h
[[ "$(hostname)" == "uh-x200s" ]] && cp config.def.h.x200s config.def.h
[[ "$(hostname)" == "uh-x230" ]] && cp config.def.h.x230 config.def.h
updpkgsums
makepkg -fi --noconfirm
[[ -d "dwm" ]] && rm -rf dwm/