view 3rdparty/subrtns/makefile @ 1101:7041177bb9a8

Updated with cc3disk info
author boisy
date Thu, 10 Apr 2003 03:01:17 +0000 (2003-04-10)
parents 9d5be3fe8ebb
children c847e6ee341d
line wrap: on
line source
include ../../Makefile.rules

DEPENDS		= ./Makefile

CMDS		= cpu hires joystk

ALLOBJS		= $(CMDS)

all:	$(ALLOBJS) $(DEPENDS)
	@$(ECHO) "*********************************************"
	@$(ECHO) "*                                           *"
	@$(ECHO) "*       3rd Party Subroutine Modules        *"
	@$(ECHO) "*                                           *"
	@$(ECHO) "*********************************************"
 

clean:
	$(RM) $(ALLOBJS)