Print warning make test does not invoke make

Took some time for me to figure that out.
This commit is contained in:
Stiopa Koltsov 2021-01-16 06:41:22 +00:00 committed by G. Allais
parent 6d89899a06
commit b214cd58bd

View File

@ -83,6 +83,9 @@ testbin:
@${MAKE} -C tests testbin
test:
@echo
@echo "NOTE: \`${MAKE} test\` does not rebuild idris; to do that run \`${MAKE}\`"
@echo
@${MAKE} -C tests only=$(only) IDRIS2=../../../${TARGET}
support: