aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-09-11 10:46:08 +0200
committerLoïc Hoguin <[email protected]>2015-09-11 10:46:08 +0200
commit6e768502f8eb46a7b2ae7e457ae55e32951027c6 (patch)
treea8a1f7ea8bbe55709c298d18451dbe2b63b46d54 /test/Makefile
parent704ca7b8ef963de31db9f386c5782c243760d497 (diff)
downloaderlang.mk-6e768502f8eb46a7b2ae7e457ae55e32951027c6.tar.gz
erlang.mk-6e768502f8eb46a7b2ae7e457ae55e32951027c6.tar.bz2
erlang.mk-6e768502f8eb46a7b2ae7e457ae55e32951027c6.zip
Delete test/erl_crash.dump on cleaning tests
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 3ed376c..f2e5319 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -54,6 +54,7 @@ all:: core
$i "Success!"
clean:: clean-core
+ $t rm -f erl_crash.dump
build:
$i "Generate a bleeding edge Erlang.mk"