Browse Source

Fix cleanall target

Matthias Schiffer 10 years ago
parent
commit
0c0ce66c4b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Makefile

+ 1 - 2
Makefile

@@ -94,8 +94,7 @@ manifest: FORCE
 	+@$(GLUONMAKE_EARLY) maybe-prepare-target
 	+@$(GLUONMAKE) $@
 
-cleanall: clean
-	;
+cleanall: clean ;
 
 else