MAKAO BUILD ENGINE  2.3.0
 All Groups Pages
CLEAN_STEP

This variable is optional. It specifies the list of make targets that will be executed before the cleaning. Example:

clean1:
@echo "This will be executed before the cleaning"
clean2:
@echo "This also will be executed before the cleaning"
CLEAN_STEP = clean1 clean2