Blame view
Makefile
112 Bytes
|
d91893a12
|
1 2 3 4 5 6 7 |
.PHONY: tests itests
tests:
ZDOTDIR="${PWD}/tests" cram --shell=zsh tests
itests:
cram -i --shell=zsh tests
|
|
d91893a12
|
1 2 3 4 5 6 7 |
.PHONY: tests itests
tests:
ZDOTDIR="${PWD}/tests" cram --shell=zsh tests
itests:
cram -i --shell=zsh tests
|