view 3rdparty/utils/dasm/makefile @ 1374:afe008eb9da1

NitrOS-9 boot message
author boisy
date Fri, 26 Sep 2003 17:28:06 +0000
parents 770c350f4c15
children 174d263c0995
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)