~ehamberg/blog

53fd70a4ff700f37a6fa4c28a0939cd4e138f533 — Erlend Hamberg 2 months ago d9532f1
Update makefile targets to use nix
1 files changed, 4 insertions(+), 4 deletions(-)

M Makefile
M Makefile => Makefile +4 -4
@@ 1,13 1,13 @@
.PHONY: build preview deploy clean

build:
	runghc blog.hs build
	nix build

preview:
	runghc blog.hs preview
	nix run . -- preview

deploy: build
	runghc blog.hs deploy
	nix run . -- deploy

clean:
	runghc blog.hs clean
	nix run . -- clean