Moved EXTRA too

This commit is contained in:
bzt 2022-07-31 15:00:36 +00:00
parent 7b4c73ff49
commit 160e0ac938

View file

@ -70,7 +70,7 @@ else
ALLTARGETS = uefi/crt_$(ARCH).o uefi/libuefi.a $(OBJS) $(TARGET)
endif
all: $(OUTDIR) $(ALSO) $(ALLTARGETS) $(EXTRA)
all: $(OUTDIR) $(ALSO) $(EXTRA) $(ALLTARGETS)
ifneq ($(OUTDIR),)
$(OUTDIR):