diff --git a/Makefile b/Makefile index 05b55e5..f11dd39 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,4 @@ -.PHONY: tests itests +.PHONY: tests tests: - ZDOTDIR="${PWD}/tests" cram --shell=zsh tests - -itests: ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests