Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/utils/smartwatch/makefile @ 875:521cb0d31bef
Renamed ReleaseNotes to ReadMe
author | boisy |
---|---|
date | Fri, 17 Jan 2003 03:59:49 +0000 |
parents | 5a27279ccc08 |
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)