diff options
| author | 2013-08-13 23:15:36 +0200 | |
|---|---|---|
| committer | 2013-08-13 23:15:36 +0200 | |
| commit | ef3bd3522927790760a34242350731ebcbcd8249 (patch) | |
| tree | 59d75eefbaa64113f7bc9d98d9f7b6745a8a4ba8 /.xmonad/Makefile | |
| download | xmonad-master.tar.gz xmonad-master.zip | |
Diffstat (limited to '.xmonad/Makefile')
| -rw-r--r-- | .xmonad/Makefile | 4 |
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 $@ |
