Skip to content

Commit

Permalink
directory test makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
BCarnaval committed Sep 6, 2022
1 parent 05a0865 commit 8c79f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unitex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 8c79f71

Please sign in to comment.