added mac build support
This commit is contained in:
parent
06408ea957
commit
1d240a9dad
64 changed files with 19 additions and 1 deletions
4
Makefile
Normal file → Executable file
4
Makefile
Normal file → Executable file
|
@ -27,7 +27,8 @@ include $(DEVKITARM)/3ds_rules
|
|||
# - <libctru folder>/default_icon.png
|
||||
#---------------------------------------------------------------------------------
|
||||
TARGET := result/Minicraft3DS
|
||||
ICON_TARGET := icons-banners/icon
|
||||
ICON_TARGET := icons-banners/icon
|
||||
RESULT := result
|
||||
BUILD := build
|
||||
SOURCES := source source/minizip
|
||||
DATA := data
|
||||
|
@ -122,6 +123,7 @@ endif
|
|||
all: $(BUILD)
|
||||
|
||||
$(BUILD):
|
||||
@test -d $(RESULT) || mkdir $(RESULT)
|
||||
@[ -d $@ ] || mkdir -p $@
|
||||
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue