diff --git a/Makefile b/Makefile index 33ca39d..a8f5dc2 100644 --- a/Makefile +++ b/Makefile @@ -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