view 3rdparty/subrtns/makefile @ 187:0d02be492d77

Brought up to same attr command in OS-9 Level Two, which is the same exact binary except for the edition number (go figure)
author boisy
date Sun, 14 Jul 2002 03:38:25 +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)