diff --git a/Makefile b/Makefile index f9ba7d6c8..94e88c448 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,7 @@ scaffold_module: read -p "addons Path[eg:addons, extra-addons, exercise]: " ModulePath; \ ${PYTHON} odoo-bin scaffold $$ModuleName && \ mv $$ModuleName ${PWD}/$$ModulePath; + cleanup_addons: @bash ${PWD}/setup/clean_up_addon.sh $(shell echo $(ADDONS) | tr ',' ' ')