Browse Source

test: Add missing clean target dependency

Loïc Hoguin 9 years ago
parent
commit
83f82b089f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/Makefile

+ 1 - 1
test/Makefile

@@ -73,7 +73,7 @@ build:
 
 
 core: core-app core-upgrade
 core: core-app core-upgrade
 
 
-clean-core: clean-core-upgrade
+clean-core: clean-core-app clean-core-upgrade
 
 
 # Core: Building applications.
 # Core: Building applications.