Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/p2mods/makefile @ 1041:91bae4f761e4
Updated to reflect - in front of option
author | boisy |
---|---|
date | Wed, 12 Mar 2003 16:43:32 +0000 |
parents | 020929a44372 |
children | c847e6ee341d |
line wrap: on
line source
include ../../Makefile.rules DEPENDS = ./Makefile CMDS = os9p3_sayhi sayhi tsayhi datmod tdatmod ALLOBJS = $(CMDS) all: $(ALLOBJS) @$(ECHO) "*********************************************" @$(ECHO) "* *" @$(ECHO) "* 3rd Party System Modules *" @$(ECHO) "* *" @$(ECHO) "*********************************************" $(CHMOD) 755 $(CMDS) clean: $(RM) $(ALLOBJS)