This was done because the parallel deps creation with objs will create
the deps even when not cleaned. So why not clean everything with clean?
L_CLEANCMDS += clean-$T
clean: clean-$T
.PHONY: clean-$T
-clean-$T: cleanobjs-$T cleanbin-$T
-
-L_CLEANCMDS += cleanall-$T
-cleanall: cleanall-$T
-.PHONY: cleanall-$T
-cleanall-$T: cleanbin-$T cleanobjs-$T cleandeps-$T
+clean-$T: cleanbin-$T cleanobjs-$T cleandeps-$T
L_CLEANCMDS += clean
.PHONY: clean
-clean: cleanobjs
-
-L_CLEANCMDS += cleanall
-.PHONY: cleanall
-cleanall: cleanbin cleanobjs cleandeps
+clean: cleanbin cleanobjs cleandeps
default: ${G_ALL_LIB}
clean-lib
clean-physics
clean-tests
-cleanall
-cleanall-lib
-cleanall-physics
-cleanall-tests
cleanbin
cleanbin-lib
cleanbin-physics