view 3rdparty/subrtns/makefile @ 447:cdee01afb5d5

Changed target name
author boisy
date Sun, 22 Sep 2002 23:13:19 +0000
parents 6641a883d6b0
children 9d5be3fe8ebb
line wrap: on
line source

include ../../Makefile.rules

DEPENDS		= ./Makefile

CMDS		= hires joystk

ALLOBJS		= $(CMDS)

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

clean:
	$(RM) $(ALLOBJS)