[ion/3ds] Produces .3dsx file.

This commit is contained in:
M4x1m3
2020-04-20 10:19:14 +02:00
parent 460987e9a7
commit e20cbaa4af
2 changed files with 7 additions and 0 deletions

View File

@@ -1,2 +1,5 @@
TOOLCHAIN = devkitarm
EXE = elf
HANDY_TARGETS_EXTENSIONS = 3dsx

View File

@@ -0,0 +1,4 @@
%.3dsx: %.elf
$(Q) echo "3DSX $(notdir $@)"
$(Q) 3dsxtool $< $@