diff options
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 $@ |
