Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/utils/supercomm/makefile @ 2527:051d0f956c6f
Cleaned up patches and attempted to keep tempo intact.
Unfortunately tempo is 1.23x slower for no known reason. RG
author | robertgault |
---|---|
date | Sat, 10 Apr 2010 13:44:38 +0000 |
parents | 174d263c0995 |
children | e4a0f58a5f9b dd5499bc4bdd |
line wrap: on
line source
include ../../../rules.mak DEPENDS = ./makefile CMDS = supercomm ALLOBJS = $(CMDS) all: banner $(ALLOBJS) $(DEPENDS) banner: @$(ECHO) "**************************************************" @$(ECHO) "* *" @$(ECHO) "* Dave Phillipsen's Supercomm *" @$(ECHO) "* *" @$(ECHO) "**************************************************" clean: $(RM) $(ALLOBJS)