Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/utils/boisy/makefile @ 375:abcbc4a7f1c9
Added joypoll
author | boisy |
---|---|
date | Sat, 24 Aug 2002 15:13:15 +0000 |
parents | 6641a883d6b0 |
children | 770c350f4c15 |
line wrap: on
line source
# OS-9 Commands/Utilities # include ../../../Makefile.rules DEPENDS = ./Makefile CMDS = bawk del grep mode send timer bigbro font makdir \ more tee joypoll ALLOBJS = $(CMDS) all: $(ALLOBJS) $(DEPENDS) @$(ECHO) "*********************************************" @$(ECHO) "* *" @$(ECHO) "* Boisy Pitre's Utilities *" @$(ECHO) "* *" @$(ECHO) "*********************************************" clean: $(RM) $(ALLOBJS)