diff leo-obj/frame_na7_db_fl/Makefile @ 153:4d7f36110f1c

leo-obj: frame_na7_db_fl/os_pro.obj disassembles the way it should
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 02 May 2014 04:12:14 +0000
parents 21fda9752bd9
children 1cd11badf287
line wrap: on
line diff
--- a/leo-obj/frame_na7_db_fl/Makefile	Thu May 01 01:01:58 2014 +0000
+++ b/leo-obj/frame_na7_db_fl/Makefile	Fri May 02 04:12:14 2014 +0000
@@ -7,10 +7,10 @@
 all:	${TARGETS}
 
 %.disasm:	%.obj %.hints
-	${TOOL} $*.obj disasm -h $*.hints > $@
+	${TOOL} $*.obj disasm -gl -h $*.hints > $@
 
 %.disasm:	%.obj
-	${TOOL} $*.obj disasm > $@
+	${TOOL} $*.obj disasm -gl > $@
 
 ${TARGETS}:	${TOOL} Makefile