From f24ae1759f4481805778d347d74da56409a53cae Mon Sep 17 00:00:00 2001 From: Ash Logan Date: Sat, 10 Dec 2022 12:43:16 +1100 Subject: [PATCH] Makefile: fix "make all" IDEs care about this. they also care about the build folder thing but that's harder to fix cleanly --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f87ded8..1afd49c 100644 --- a/Makefile +++ b/Makefile @@ -91,6 +91,8 @@ export LIBPATHS := $(foreach dir,$(LIBDIRS),-L$(dir)/lib) .PHONY: $(BUILD) clean all +all: $(BUILD) + #------------------------------------------------------------------------------- $(BUILD): $(CURDIR)/source/ios_kernel/ios_kernel.bin.h @[ -d $@ ] || mkdir -p $@