summaryrefslogtreecommitdiffstats
path: root/.xmonad/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-08-13 23:15:36 +0200
committerGravatar Tom Willemse2013-08-13 23:15:36 +0200
commitef3bd3522927790760a34242350731ebcbcd8249 (patch)
tree59d75eefbaa64113f7bc9d98d9f7b6745a8a4ba8 /.xmonad/Makefile
downloadxmonad-master.tar.gz
xmonad-master.zip
Initial commit of my xmonad configuration in vcshHEADmaster
Diffstat (limited to '.xmonad/Makefile')
-rw-r--r--.xmonad/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.xmonad/Makefile b/.xmonad/Makefile
new file mode 100644
index 0000000..bb0dcd9
--- /dev/null
+++ b/.xmonad/Makefile
@@ -0,0 +1,4 @@
+GHC := ghc
+
+xmonad-x86_64-linux: xmonad.hs
+ $(GHC) --make $^ -i -ilib -fforce-recomp -main-s main -v9 -o $@