summaryrefslogtreecommitdiffstats
path: root/lass/5pkgs/xmonad-lass/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lass/5pkgs/xmonad-lass/Makefile')
-rw-r--r--lass/5pkgs/xmonad-lass/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/lass/5pkgs/xmonad-lass/Makefile b/lass/5pkgs/xmonad-lass/Makefile
deleted file mode 100644
index cbb0776e..00000000
--- a/lass/5pkgs/xmonad-lass/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-.PHONY: ghci
-ghci: shell.nix
- nix-shell --command 'exec ghci -Wall'
-
-shell.nix: xmonad.cabal
- cabal2nix --shell . > $@