mirror of
https://github.com/jeremysrand/Apple2GSBuildPipeline.git
synced 2025-02-09 14:30:29 +00:00
Do not assume in head.mk that the root makefile is called Makefile
This commit is contained in:
parent
d91cdd32c0
commit
ff012625a9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user