Fix typo in endif comment

This commit is contained in:
Matt Schulte
2023-06-14 09:52:40 -07:00
committed by Travis Geiselbrecht
parent 9cc95f1bf0
commit 9325ca7f3b

View File

@@ -35,7 +35,7 @@ make-make:
.PHONY: make-make
endif # expansion of project-name
endif # project-name == null
endif # project-name != null
# some additional rules to print some help
include make/help.mk