Do not assume in head.mk that the root makefile is called Makefile

This commit is contained in:
Jeremy Rand 2021-05-06 23:25:52 -04:00
parent d91cdd32c0
commit ff012625a9
1 changed files with 2 additions and 2 deletions

View File

@ -120,6 +120,6 @@ XCODE_PLUGIN_COMPATIBILITY=DVTPlugInCompatibilityUUID
all:
$(MKDIR) $(OBJDIR) $(GENDIR) $(TARGETDIR)
@make gen
@make build
@make -f $(firstword $(MAKEFILE_LIST)) gen
@make -f $(firstword $(MAKEFILE_LIST)) build