summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-19 15:19:41 -0800
committersceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-19 15:19:41 -0800
commitbdbc89bcea6eda0b0083b627ba83d822cec3ebf0 (patch)
tree43ea44c11de09aa975c597fdfa8302dc6333b29d /Makefile
parentd116b7660834da4006dccd3559d1ba0e0f8acf1c (diff)
partially decompile text
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc6bd3068..54f30d5d7 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ src/isagbprn.o: CFLAGS := -mthumb-interwork
$(C_OBJS): %.o : %.c
@$(CPP) $(CPPFLAGS) $< -o $*.i
- @$(PREPROC) $*.i charmap.txt | $(CC1) $(CFLAGS) $*.i -o $*.s
+ @$(PREPROC) $*.i charmap.txt | $(CC1) $(CFLAGS) -o $*.s
@printf ".text\n\t.align\t2, 0\n" >> $*.s
$(AS) $(ASFLAGS) -o $@ $*.s