Fix cleanall target

This commit is contained in:
Matthias Schiffer 2014-05-11 22:27:36 +02:00
parent 0fd92dd685
commit 0c0ce66c4b

View File

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