Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/utils/boisy/makefile @ 2216:d096a278e068
Added info targets
author | boisy |
---|---|
date | Tue, 17 Mar 2009 02:52:57 +0000 |
parents | 174d263c0995 |
children | e4a0f58a5f9b dd5499bc4bdd |
line wrap: on
line source
# OS-9 Commands/Utilities # include ../../../rules.mak DEPENDS = ./makefile CMDS = bawk del grep mode send timer bigbro font makdir \ more tee joypoll ALLOBJS = $(CMDS) all: banner $(ALLOBJS) $(DEPENDS) banner: @$(ECHO) "**************************************************" @$(ECHO) "* *" @$(ECHO) "* Boisy Pitre's Utilities *" @$(ECHO) "* *" @$(ECHO) "**************************************************" clean: $(RM) $(ALLOBJS)