xmonad.hs/Makefile

17 lines
326 B
Makefile
Raw Normal View History

2022-07-24 11:26:17 +02:00
install: stack
stack install
stack: .get-repo-lock
stack setup
stack init
stack build
get-repos:
git submodule update --init
git clone https://github.com/xmonad/xmonad
git clone https://github.com/xmonad/xmonad-contrib
git clone https://github.com/troydm/xmonad-dbus
.get-repo-lock: get-repos
touch .get-repo-lock