Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/p2mods/makefile @ 1693:b75cb7ca03a6
Added TYP.SBO to rbfdefs (used by rb1773)
author | boisy |
---|---|
date | Tue, 03 Aug 2004 00:16:31 +0000 |
parents | 174d263c0995 |
children | e4a0f58a5f9b |
line wrap: on
line source
include ../../rules.mak DEPENDS = ./makefile CMDS = os9p3_sayhi sayhi tsayhi datmod tdatmod ALLOBJS = $(CMDS) all: banner $(ALLOBJS) banner: @$(ECHO) "**************************************************" @$(ECHO) "* *" @$(ECHO) "* 3rd Party System Modules *" @$(ECHO) "* *" @$(ECHO) "**************************************************" clean: $(RM) $(ALLOBJS)