Update for new 3dsxtool

This commit is contained in:
fincs 2014-11-30 21:38:04 +01:00
parent c2be5b3865
commit 7546e1e65a

View File

@ -29,7 +29,7 @@ endif
#---------------------------------------------------------------------------------
%.3dsx: %.elf
@3dsxtool $< $@
@3dsxtool $@ $< $(_3DSXFLAGS)
@echo built ... $(notdir $@)
#---------------------------------------------------------------------------------