Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/utils/boisy/makefile @ 0:6641a883d6b0
Initial revision
author | boisy |
---|---|
date | Thu, 04 Apr 2002 16:34:12 +0000 |
parents | |
children | abcbc4a7f1c9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/3rdparty/utils/boisy/makefile Thu Apr 04 16:34:12 2002 +0000 @@ -0,0 +1,22 @@ +# OS-9 Commands/Utilities +# + +include ../../../Makefile.rules + +DEPENDS = ./Makefile + +CMDS = bawk del grep mode send timer bigbro font makdir \ + more tee + +ALLOBJS = $(CMDS) + +all: $(ALLOBJS) $(DEPENDS) + @$(ECHO) "*********************************************" + @$(ECHO) "* *" + @$(ECHO) "* Boisy Pitre's Utilities *" + @$(ECHO) "* *" + @$(ECHO) "*********************************************" + +clean: + $(RM) $(ALLOBJS) +