Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/utils/smartwatch/makefile @ 2434:eab6b9e18832
update defs for RFM
author | aaronwolfe |
---|---|
date | Sun, 21 Feb 2010 06:24:47 +0000 |
parents | 174d263c0995 |
children | e4a0f58a5f9b dd5499bc4bdd |
line wrap: on
line source
include ../../../rules.mak DEPENDS = ./makefile CMDS = getclk swread swset ALLOBJS = $(CMDS) all: banner $(ALLOBJS) $(DEPENDS) banner: @$(ECHO) "**************************************************" @$(ECHO) "* *" @$(ECHO) "* SmartWatch Utilities *" @$(ECHO) "* *" @$(ECHO) "**************************************************" clean: $(RM) $(ALLOBJS)