# OS-9 subroutine modules
#

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)

