aboutsummaryrefslogtreecommitdiffstats
path: root/core/core.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-12-24 13:23:50 +0100
committerLoïc Hoguin <[email protected]>2015-12-24 13:23:50 +0100
commit671bf97ca91f82bfccf199a1a25f17527f708a39 (patch)
treedd403155654179449d3533c0e7c4dc6f9c17736d /core/core.mk
parent03f2c683ac17e01f16d8724b86b7ca3de6fb70e1 (diff)
downloaderlang.mk-671bf97ca91f82bfccf199a1a25f17527f708a39.tar.gz
erlang.mk-671bf97ca91f82bfccf199a1a25f17527f708a39.tar.bz2
erlang.mk-671bf97ca91f82bfccf199a1a25f17527f708a39.zip
Fix an issue running EUnit tests on 'make check'
Rebuilding cleanly first prevented rebuilding in test-mode again.
Diffstat (limited to 'core/core.mk')
-rw-r--r--core/core.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/core.mk b/core/core.mk
index 81d9f7e..5733496 100644
--- a/core/core.mk
+++ b/core/core.mk
@@ -84,7 +84,7 @@ all:: deps app rel
rel::
$(verbose) :
-check:: clean app tests
+check:: tests
clean:: clean-crashdump