diff --git a/uefi/Makefile b/uefi/Makefile index 462c221..2210d23 100644 --- a/uefi/Makefile +++ b/uefi/Makefile @@ -70,7 +70,7 @@ else ALLTARGETS = uefi/crt_$(ARCH).o uefi/libuefi.a $(OBJS) $(TARGET) endif -all: $(OUTDIR) $(ALSO) $(EXTRA) $(ALLTARGETS) +all: $(OUTDIR) $(EXTRA) $(ALLTARGETS) $(ALSO) ifneq ($(OUTDIR),) $(OUTDIR):