Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/utils/dasm/makefile @ 0:6641a883d6b0
Initial revision
author | boisy |
---|---|
date | Thu, 04 Apr 2002 16:34:12 +0000 |
parents | |
children | 770c350f4c15 |
line wrap: on
line source
include ../../../Makefile.rules DEPENDS = ./Makefile CMDS = dasm ALLOBJS = $(CMDS) all: $(ALLOBJS) $(DEPENDS) @$(ECHO) "*********************************************" @$(ECHO) "* *" @$(ECHO) "* Collyer Disassembler *" @$(ECHO) "* *" @$(ECHO) "*********************************************" clean: $(RM) $(ALLOBJS)