Skip to content

Commit

Permalink
Update Makefile.build-harness
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lobur authored Oct 24, 2023
1 parent b9347b7 commit 6b43f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Makefile.build-harness
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ endef
.PHONY : init
## Init build-harness
init::
if ! make --version | grep -q "GNU Make 4.4"; then echo "GNU Make 4.4 is required. Please upgrade."; fi
if ! make --version | grep -q "GNU Make 4.4"; then echo "GNU Make 4.4 is required. Please upgrade. For MacOS users it's 'brew install make'."; fi
@ $(harness_install)

.PHONY : clean
Expand Down

0 comments on commit 6b43f70

Please sign in to comment.