summaryrefslogtreecommitdiffstats
path: root/xmonad/Makefile
blob: 9b8d3c3f5c42983e832196337536f614f1d39003 (plain)
1
2
3
4
5
6
7
8
9
10
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