diff options
author | tv <tv@nomic.retiolum> | 2016-02-27 02:45:41 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2016-02-27 02:45:41 +0100 |
commit | 9e405abdd7211f1edc5ef9ac28672eba8cd7ff2f (patch) | |
tree | 0383ac4f988749a300deb87707477b7a3fb36ac8 /Makefile | |
parent | 237b7fd8b0c9c8d4ef6d7b8a758c039a217257e5 (diff) |
make ghci [default]: init
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,9 @@ +.PHONY: ghci +ghci: shell.nix + nix-shell --arg nixpkgs 'import <stockholm>' --command 'exec ghci -Wall' -.PHONY: all -all: +shell.nix: $(wildcard *.cabal) + cabal2nix --shell . > $@ .PHONY: clean clean: |