From b675e63c0cb2ad4b3477fb1774efe6f0d43b5b50 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 17 Oct 2015 02:31:08 +0200 Subject: init Makefile --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5c267ec --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: nix-shell +nix-shell: shell.nix + nix-shell --command 'cd src && exec ghci' + +shell.nix: scanner.cabal + cabal2nix --shell --sha256=0 $< \ + | sed 's:sha256 = "0":src = ./.:' > $@ -- cgit v1.2.3