diff --git a/Makefile b/Makefile index f22cb51..1afbbfa 100644 --- a/Makefile +++ b/Makefile @@ -138,10 +138,7 @@ install: check uninstall clean: @echo "Clean ..." - @$(RM) -rd ${CMAKE_BUILD_DIR}; \ - cd ./ubl-settings-repo-back; \ - make clean; \ - cd ../ + @$(RM) -rd ${CMAKE_BUILD_DIR} @if [ -d ${CMAKE_BUILD_DIR} ]; then \ echo "Clean: error, compile directory exist ${CMAKE_BUILD_DIR}"; \ else \