Skip to content

Commit

Permalink
Merge pull request #350 from stefan6419846/typo
Browse files Browse the repository at this point in the history
Fix typo in Makefile
  • Loading branch information
zdenop authored Aug 25, 2023
2 parents 25b8508 + 9c17506 commit 637fb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ help: default
default:
ifeq (4.2, $(firstword $(sort $(MAKE_VERSION) 4.2)))
# stuff that requires make-3.81 or higher
@echo " You are useing make version: $(MAKE_VERSION)"
@echo " You are using make version: $(MAKE_VERSION)"
else
$(error This version of GNU Make is too low ($(MAKE_VERSION)). Check your path, or upgrade to 4.2 or newer.)
endif
Expand Down

0 comments on commit 637fb6c

Please sign in to comment.