mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2025-01-09 10:29:22 +01:00
Fix that pesky whitespace
This commit is contained in:
parent
d18ce24f59
commit
aae47764c3
12
Makefile.3ds
12
Makefile.3ds
@ -135,13 +135,13 @@ endif
|
|||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
all: $(BUILD)
|
all: $(BUILD)
|
||||||
@make --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile.3ds
|
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile.3ds
|
||||||
|
|
||||||
3dsx: $(BUILD)
|
3dsx: $(BUILD)
|
||||||
@make --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile.3ds 3dsx
|
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile.3ds 3dsx
|
||||||
|
|
||||||
cia: $(BUILD)
|
cia: $(BUILD)
|
||||||
@make --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile.3ds cia
|
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile.3ds cia
|
||||||
|
|
||||||
$(BUILD):
|
$(BUILD):
|
||||||
@[ -d $@ ] || mkdir -p $@
|
@[ -d $@ ] || mkdir -p $@
|
||||||
@ -149,7 +149,7 @@ $(BUILD):
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
clean:
|
clean:
|
||||||
@echo clean ...
|
@echo clean ...
|
||||||
@rm -fr $(BUILD) $(TARGET).3dsx $(OUTPUT).smdh $(TARGET).elf $(TARGET).cia output/
|
@$(RM) -r $(BUILD) $(TARGET).3dsx $(OUTPUT).smdh $(TARGET).elf $(TARGET).cia output/
|
||||||
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
@ -176,10 +176,6 @@ endif
|
|||||||
$(OUTPUT).3dsx: $(OUTPUT).elf
|
$(OUTPUT).3dsx: $(OUTPUT).elf
|
||||||
$(OUTPUT).elf: $(OFILES)
|
$(OUTPUT).elf: $(OFILES)
|
||||||
|
|
||||||
#$(OUTPUT).smdh : $(APP_ICON)
|
|
||||||
# @bannertool makesmdh -s "$(APP_TITLE)" -l "$(APP_DESCRIPTION)" -p "$(APP_AUTHOR)" -i $(APP_ICON) -o $@
|
|
||||||
# @echo "built ... $(notdir $@)"
|
|
||||||
|
|
||||||
$(OUTPUT).cia: $(OUTPUT).elf $(OUTPUT).smdh $(TARGET).bnr $(TOPDIR)/$(RSF_FILE)
|
$(OUTPUT).cia: $(OUTPUT).elf $(OUTPUT).smdh $(TARGET).bnr $(TOPDIR)/$(RSF_FILE)
|
||||||
@makerom -f cia -target t -exefslogo -o $@ \
|
@makerom -f cia -target t -exefslogo -o $@ \
|
||||||
-elf $(OUTPUT).elf -rsf $(TOPDIR)/$(RSF_FILE) \
|
-elf $(OUTPUT).elf -rsf $(TOPDIR)/$(RSF_FILE) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user