Skip to content

Commit

Permalink
chore: update link to releases in Makefile.example
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Sep 9, 2024
1 parent bd939a1 commit 6a9a0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL := /bin/bash

.PHONY: help
help:
@mh -f $(MAKEFILE_LIST) $(target) || echo "Please install mh from github/oz123/mh"
@mh -f $(MAKEFILE_LIST) $(target) || echo "Please install mh from https://github.com/oz123/mh/releases"
ifndef target
@(which mh > /dev/null 2>&1 && echo -e "\nUse \`make help target=foo\` to learn more about foo.")
endif
Expand Down

0 comments on commit 6a9a0de

Please sign in to comment.