Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/utils/smartwatch/makefile @ 221:5a27279ccc08
Added new utils
author | boisy |
---|---|
date | Tue, 16 Jul 2002 00:59:54 +0000 |
parents | 6641a883d6b0 |
children | 770c350f4c15 |
line wrap: on
line source
include ../../../Makefile.rules DEPENDS = ./Makefile CMDS = getclk swread swset ALLOBJS = $(CMDS) all: $(ALLOBJS) $(DEPENDS) @$(ECHO) "*********************************************" @$(ECHO) "* *" @$(ECHO) "* SmartWatch Utilities *" @$(ECHO) "* *" @$(ECHO) "*********************************************" clean: $(RM) $(ALLOBJS)