stockholm/mv/5pkgs/xmonad-tv/Makefile

7 lines
119 B
Makefile
Raw Normal View History

2015-11-17 23:28:24 +00:00
.PHONY: ghci
ghci: shell.nix
nix-shell --command 'exec ghci -Wall'
shell.nix: xmonad.cabal
cabal2nix --shell . > $@