Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/utils/smartwatch/makefile @ 1986:9c683723c7aa
Added (with limitations) support for running on a CoCo 1/2/3
author | afra |
---|---|
date | Mon, 30 Jan 2006 23:09:57 +0000 |
parents | 174d263c0995 |
children | e4a0f58a5f9b dd5499bc4bdd |
rev | line source |
---|---|
1407 | 1 include ../../../rules.mak |
0 | 2 |
1407 | 3 DEPENDS = ./makefile |
0 | 4 |
221 | 5 CMDS = getclk swread swset |
0 | 6 |
7 ALLOBJS = $(CMDS) | |
8 | |
1407 | 9 all: banner $(ALLOBJS) $(DEPENDS) |
10 | |
11 banner: | |
1366 | 12 @$(ECHO) "**************************************************" |
13 @$(ECHO) "* *" | |
14 @$(ECHO) "* SmartWatch Utilities *" | |
15 @$(ECHO) "* *" | |
16 @$(ECHO) "**************************************************" | |
0 | 17 |
18 clean: | |
19 $(RM) $(ALLOBJS) | |
20 |