stockholm/lass/5pkgs/xmonad-lass/Makefile
2015-11-13 01:07:54 +01:00

7 lines
119 B
Makefile

.PHONY: ghci
ghci: shell.nix
nix-shell --command 'exec ghci -Wall'
shell.nix: xmonad.cabal
cabal2nix --shell . > $@