diff --git a/Makefile b/Makefile index 24dac1f4..96f2d83c 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,14 @@ else cd $(dir) && $(MAKE) wtest endif -wtest-api: +wtest-api: $(MAKE) wtest dir=cascade-api clean: cabal new-clean git clean -Xdf -.PHONY: wtest wtest-api clean +setup: + git config core.hooksPath .githooks + +.PHONY: wtest wtest-api clean setup