mirror of
https://github.com/wiiu-env/MochaPayload.git
synced 2024-11-14 12:15:12 +01:00
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:
parent
939b1837e4
commit
f24ae1759f
2
Makefile
2
Makefile
@ -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 $@
|
||||||
|
Loading…
Reference in New Issue
Block a user