view 3rdparty/utils/dasm/makefile @ 726:a05075926716

Debug is part of the manual now. Template added for 'asm'
author roug
date Sun, 05 Jan 2003 11:17:50 +0000
parents 6641a883d6b0
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)