diff options
author | Loïc Hoguin <[email protected]> | 2015-09-03 23:57:12 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-09-03 23:57:12 +0200 |
commit | 83f82b089fa12ef2196781655762e4442ae16ccd (patch) | |
tree | fa887cb8050795ee978579455e990b69755e5d1f /test | |
parent | c03827005fb3210c294d9a41c51aa565771fd76e (diff) | |
download | erlang.mk-83f82b089fa12ef2196781655762e4442ae16ccd.tar.gz erlang.mk-83f82b089fa12ef2196781655762e4442ae16ccd.tar.bz2 erlang.mk-83f82b089fa12ef2196781655762e4442ae16ccd.zip |
test: Add missing clean target dependency
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 05357f9..bd1ba19 100644 --- a/test/Makefile +++ b/test/Makefile @@ -73,7 +73,7 @@ build: core: core-app core-upgrade -clean-core: clean-core-upgrade +clean-core: clean-core-app clean-core-upgrade # Core: Building applications. |