Skip to content

Commit

Permalink
Merge branch 'master' into readme-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr authored Oct 27, 2023
2 parents da36f53 + 82e8634 commit a626865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/Makefile.build-harness
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +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. For MacOS users it's 'brew install make'."; fi
@ $(harness_install)

.PHONY : clean
Expand Down

0 comments on commit a626865

Please sign in to comment.