Makefile: fix "make all"

IDEs care about this. they also care about the build folder thing but that's harder to fix cleanly
This commit is contained in:
Ash Logan 2022-12-10 12:43:16 +11:00
parent 939b1837e4
commit f24ae1759f

View File

@ -91,6 +91,8 @@ export LIBPATHS := $(foreach dir,$(LIBDIRS),-L$(dir)/lib)
.PHONY: $(BUILD) clean all .PHONY: $(BUILD) clean all
all: $(BUILD)
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
$(BUILD): $(CURDIR)/source/ios_kernel/ios_kernel.bin.h $(BUILD): $(CURDIR)/source/ios_kernel/ios_kernel.bin.h
@[ -d $@ ] || mkdir -p $@ @[ -d $@ ] || mkdir -p $@