view 3rdparty/subrtns/makefile @ 1117:d26a93134e57

Fixed some minor source problems
author boisy
date Sat, 12 Apr 2003 14:39:43 +0000
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)