add (probably bad) makefile
This commit is contained in:
parent
68180f841c
commit
d96a6b4867
1 changed files with 16 additions and 0 deletions
16
Makefile
Normal file
16
Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
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
|
Loading…
Reference in a new issue