Always build the loader before the source assembly
This commit is contained in:
parent
48569fe245
commit
5f54c645ab
|
|
@ -164,7 +164,9 @@ $(LOADER): $(LOADERCFG)
|
||||||
|
|
||||||
assemble: $(ASSEMBLE)
|
assemble: $(ASSEMBLE)
|
||||||
|
|
||||||
$(ASSEMBLE): $(SOURCE) $(LOADER) $(LOADERCFG)
|
$(SOURCE): $(LOADER) ;
|
||||||
|
|
||||||
|
$(ASSEMBLE): $(SOURCE)
|
||||||
$(MKDIR) $(BUILDDIR)
|
$(MKDIR) $(BUILDDIR)
|
||||||
$(MKDIR) $(INTERMDIR)
|
$(MKDIR) $(INTERMDIR)
|
||||||
ifeq ($(_PLATFORM_),c64)
|
ifeq ($(_PLATFORM_),c64)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue