view 3rdparty/p2mods/makefile @ 147:e49fb6ad1be8

Made the word "Dragon" an entity, thereby making it replacable with "Color"
author roug
date Sun, 07 Jul 2002 11:45:13 +0000
parents 6641a883d6b0
children 95283c67b866
line wrap: on
line source

include ../../Makefile.rules

DEPENDS		= ./Makefile

CMDS		= os9p3_perr os9p4_regdump os9p3_sayhi sayhi tsayhi

ALLOBJS		= $(CMDS)

all:	$(ALLOBJS)
	@$(ECHO) "*********************************************"
	@$(ECHO) "*                                           *"
	@$(ECHO) "*         3rd Party System Modules          *"
	@$(ECHO) "*                                           *"
	@$(ECHO) "*********************************************"
 
clean:
	$(RM) $(ALLOBJS)