Make: fix makefile typo

This commit is contained in:
Corentin Le Molgat
2020-02-05 08:13:54 +01:00
parent 8740cdfc59
commit fbcec1d0f7

View File

@@ -88,7 +88,7 @@ include $(OR_ROOT)makefiles/Makefile.archive.mk
ifeq ($(SYSTEM),unix)
include $(OR_ROOT)makefiles/Makefile.doc.mk
else
Remove some rules on windows
# Remove some rules on windows
help_doc:
endif