FreeCalypso > hg > freecalypso-reveng
changeset 137:038258d5312c
leo-obj/main: hints for init.obj
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 07 Apr 2014 05:03:38 +0000 |
parents | 81fc8da9a29c |
children | 8754c410c10d |
files | leo-obj/main/Makefile leo-obj/main/init.hints |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/leo-obj/main/Makefile Mon Apr 07 04:56:29 2014 +0000 +++ b/leo-obj/main/Makefile Mon Apr 07 05:03:38 2014 +0000 @@ -12,6 +12,9 @@ Create_RVtasks.disasm: Create_RVtasks.obj Create_RVtasks.hints ${TOOL} $*.obj disasm -h $*.hints > $@ +init.disasm: init.obj init.hints + ${TOOL} $*.obj disasm -h $*.hints > $@ + int.disasm: int.obj int.hints ${TOOL} $*.obj disasm -h $*.hints > $@