Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/utils/boisy/makefile @ 1366:770c350f4c15
More changes
author | boisy |
---|---|
date | Fri, 26 Sep 2003 12:43:30 +0000 |
parents | abcbc4a7f1c9 |
children | 174d263c0995 |
rev | line source |
---|---|
0 | 1 # OS-9 Commands/Utilities |
2 # | |
3 | |
4 include ../../../Makefile.rules | |
5 | |
6 DEPENDS = ./Makefile | |
7 | |
8 CMDS = bawk del grep mode send timer bigbro font makdir \ | |
375 | 9 more tee joypoll |
0 | 10 |
11 ALLOBJS = $(CMDS) | |
12 | |
13 all: $(ALLOBJS) $(DEPENDS) | |
1366 | 14 @$(ECHO) "**************************************************" |
15 @$(ECHO) "* *" | |
16 @$(ECHO) "* Boisy Pitre's Utilities *" | |
17 @$(ECHO) "* *" | |
18 @$(ECHO) "**************************************************" | |
0 | 19 |
20 clean: | |
21 $(RM) $(ALLOBJS) | |
22 |