Skip to content

Commit

Permalink
Remove warning about Gnu make version (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Jan 12, 2024
1 parent 94b1cea commit 284d24e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/Makefile.build-harness
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ 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 284d24e

Please sign in to comment.