stockholm/lass/5pkgs/xmonad-lass/Makefile

7 lines
119 B
Makefile
Raw Normal View History

2015-11-13 00:07:54 +00:00
.PHONY: ghci
ghci: shell.nix
nix-shell --command 'exec ghci -Wall'
shell.nix: xmonad.cabal
cabal2nix --shell . > $@