diff leo-obj/frame_na7_db_fl/Makefile @ 155:15743b40e03a

tiobjd ctypes: print more useful hex byte offsets for struct fields
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 02 May 2014 23:41:44 +0000
parents 1cd11badf287
children
line wrap: on
line diff
--- a/leo-obj/frame_na7_db_fl/Makefile	Fri May 02 06:20:26 2014 +0000
+++ b/leo-obj/frame_na7_db_fl/Makefile	Fri May 02 23:41:44 2014 +0000
@@ -13,7 +13,7 @@
 	${TOOL} $*.obj disasm -gl > $@
 
 %.ctypes:	%.obj
-	${TOOL} $*.obj ctypes > $@
+	${TOOL} $*.obj ctypes -o > $@
 
 ${TARGETS}:	${TOOL} Makefile