Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/multivue/cmds_6809/makefile @ 453:4240f093661c
Calls ICONS makefile now
author | boisy |
---|---|
date | Mon, 23 Sep 2002 00:20:57 +0000 |
parents | fb1f7b0767ea |
children | e5ba386351af |
comparison
equal
deleted
inserted
replaced
452:6704e4539211 | 453:4240f093661c |
---|---|
6 gport gprint | 6 gport gprint |
7 | 7 |
8 ALLOBJS = $(CMDS) | 8 ALLOBJS = $(CMDS) |
9 | 9 |
10 all: $(ALLOBJS) | 10 all: $(ALLOBJS) |
11 $(CD) ICONS; make | |
11 $(CHMOD) 755 $(ALLOBJS) | 12 $(CHMOD) 755 $(ALLOBJS) |
12 | 13 |
13 clean: | 14 clean: |
14 $(RM) $(ALLOBJS) | 15 $(RM) $(ALLOBJS) |
15 | 16 |