summaryrefslogtreecommitdiffstats
path: root/xmonad/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-02-15 15:40:47 +0100
committerGravatar Tom Willemsen2013-02-15 15:40:47 +0100
commit7559ee8257b2eb09264ba788404363710f99d572 (patch)
tree29d375d73458e58fb5b3154d789919a195388eac /xmonad/Makefile
parent934d02bcacaa5d0aef64a8edf7677f3b0c198666 (diff)
downloaddotfiles-7559ee8257b2eb09264ba788404363710f99d572.tar.gz
dotfiles-7559ee8257b2eb09264ba788404363710f99d572.zip
Remove xmonad config
Diffstat (limited to 'xmonad/Makefile')
-rw-r--r--xmonad/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmonad/Makefile b/xmonad/Makefile
deleted file mode 100644
index 9b8d3c3..0000000
--- a/xmonad/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-DESTDIR := $(DESTDIR)/.xmonad
-objects=xmonad-x86_64-linux xmonad.hs
-
-GHC := ghc
-
-include ../dotfiles.mk
-
-xmonad-x86_64-linux: xmonad.hs
- $(GHC) --make $^ -i -ilib -fforce-recomp -main-is main -v0 -o $@
-install-xmonad-x86_64-linux: MODE=744