add (probably bad) makefile

This commit is contained in:
Maximilian Keßler 2022-07-24 11:26:17 +02:00
parent 68180f841c
commit d96a6b4867

16
Makefile Normal file
View 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