Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/utils/supercomm/makefile @ 1163:5cbcbfd738ae
Added
author | boisy |
---|---|
date | Thu, 08 May 2003 20:50:59 +0000 |
parents | 998bba700c40 |
children | 770c350f4c15 |
line wrap: on
line source
include ../../../Makefile.rules DEPENDS = ./Makefile CMDS = supercomm ALLOBJS = $(CMDS) all: $(ALLOBJS) $(DEPENDS) @$(ECHO) "*********************************************" @$(ECHO) "* *" @$(ECHO) "* Dave Phillipsen's Supercomm *" @$(ECHO) "* *" @$(ECHO) "*********************************************" clean: $(RM) $(ALLOBJS)