diff --git a/unitex.sh b/unitex.sh index 63fe088..338371e 100644 --- a/unitex.sh +++ b/unitex.sh @@ -83,7 +83,7 @@ copy_template () { build_template () { echo -e "${GREEN}[@] Building template inside ${WHITE}${BUILD_DIR}..." - make ${MAKE_OPT} -C ${BUILD_DIR} + make ${MAKE_OPT} --directory=${BUILD_DIR} } main () {