summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-04-21 23:56:19 -0400
committerGitHub <noreply@github.com>2020-04-21 23:56:19 -0400
commit5ee605688aaea7fe6b4573dc2ce5ce24cd671855 (patch)
tree9f55955120315b5c43eb437d367c815cbf000347 /Makefile
parentb4eaf3c0d81c1b4897640607aba5acc170ffcde7 (diff)
parentf3b2b5865a8c5d3549fddfacb69da3cfb2d7d025 (diff)
Merge pull request #19 from PikalaxALT/pikalax_work
Misc disassembly and refactoring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c362444..763dd714 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ OBJCOPY := $(CROSS)objcopy
# ./tools/mwccarm/2.0/base/mwasmarm.exe -proc arm5te asm/arm9_thumb.s -o arm9.o
ASFLAGS = -proc arm5te
CFLAGS = -O4,p -proc v5te -thumb -fp soft -lang c99 -Cpp_exceptions off -ir include
-LDFLAGS = -map -nodead -w off -proc v5te -interworking -map -symtab -m Entry
+LDFLAGS = -map -nodead -w off -proc v5te -interworking -map -symtab -m _start
####################### Other Tools #########################