hnix/Makefile
2018-01-22 11:52:22 -08:00

8 lines
119 B
Makefile

all: default.nix shell.nix
default.nix: hnix.cabal
cabal2nix . > $@
shell.nix: hnix.cabal
cabal2nix --shell . > $@