Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/p2mods/makefile @ 1097:264588ae1cd4
Fixed cc-1.1 to cc
author | boisy |
---|---|
date | Wed, 09 Apr 2003 16:06:26 +0000 |
parents | 020929a44372 |
children | c847e6ee341d |
rev | line source |
---|---|
582 | 1 include ../../Makefile.rules |
2 | |
3 DEPENDS = ./Makefile | |
978 | 4 CMDS = os9p3_sayhi sayhi tsayhi datmod tdatmod |
582 | 5 ALLOBJS = $(CMDS) |
6 | |
7 all: $(ALLOBJS) | |
8 @$(ECHO) "*********************************************" | |
9 @$(ECHO) "* *" | |
10 @$(ECHO) "* 3rd Party System Modules *" | |
11 @$(ECHO) "* *" | |
12 @$(ECHO) "*********************************************" | |
978 | 13 $(CHMOD) 755 $(CMDS) |
582 | 14 |
15 clean: | |
16 $(RM) $(ALLOBJS) |