Skip to content

Commit

Permalink
ghcid makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Feb 9, 2020
1 parent 2d52ba1 commit a48a36b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
.PHONY: format test compare
.PHONY: format test compare ghcid

LOCALINSTALL := $(shell stack $(STACKARGS) path | grep ^local-install-root: | awk '{print $$2}')/bin
DRAW = $(LOCALINSTALL)/drawpuzzle

ghcid:
ghcid

test:
stack test

Expand Down

0 comments on commit a48a36b

Please sign in to comment.