Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/utils/boisy/makefile @ 711:63a34e438dde
Now assembles for L1 and L2
author | boisy |
---|---|
date | Sat, 04 Jan 2003 02:24:07 +0000 |
parents | abcbc4a7f1c9 |
children | 770c350f4c15 |
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) | |
14 @$(ECHO) "*********************************************" | |
15 @$(ECHO) "* *" | |
16 @$(ECHO) "* Boisy Pitre's Utilities *" | |
17 @$(ECHO) "* *" | |
18 @$(ECHO) "*********************************************" | |
19 | |
20 clean: | |
21 $(RM) $(ALLOBJS) | |
22 |