Misc. changes

use the TOOLCHAIN variable instead of overriding DEVKITARM
remove redunant DEBUG variable, substitute DINFO
This commit is contained in:
PikalaxALT
2019-06-29 18:32:04 -04:00
parent f9d8678db4
commit 8b73ba61ee
3 changed files with 18 additions and 14 deletions
+2 -1
View File
@@ -33,6 +33,7 @@
History
-------
v1.07 - added support for ELF input, (PikalaxALT)
v1.06 - added output silencing, (Diegoisawesome)
v1.05 - added debug offset argument, (Diegoisawesome)
v1.04 - converted to plain C, (WinterMute)
@@ -50,7 +51,7 @@
#include <stdint.h>
#include "elf.h"
#define VER "1.06"
#define VER "1.07"
#define ARGV argv[arg]
#define VALUE (ARGV+2)
#define NUMBER strtoul(VALUE, NULL, 0)