Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/utils/makefile @ 2814:dd5499bc4bdd lwtools-port
Updated makefile(s) to create disk images and info for 3rdparty/utils/
Updated makefile(s) for boisy/, dasm/, dladd/, smartwatch/, supercomm/,
& winfo/ that are located in the 3rdparty/utils/ area. The update
includes creating a disk image for each with those commands in them.
Also added a info section to each of those makefile(s) and the makefile
in 3rdparty/utils/ as that makefile did not have a info section.
author | David Ladd <drencor-xeen@users.sf.net> |
---|---|
date | Tue, 12 Feb 2013 13:50:55 -0600 |
parents | 1f47bdb9f356 |
children | bd286ab169c7 |
comparison
equal
deleted
inserted
replaced
2813:b8445469ab90 | 2814:dd5499bc4bdd |
---|---|
20 $(foreach dir, $(dirs), ($(CD) $(dir); make dsk);) | 20 $(foreach dir, $(dirs), ($(CD) $(dir); make dsk);) |
21 | 21 |
22 # Copy DSK images | 22 # Copy DSK images |
23 dskcopy: | 23 dskcopy: |
24 $(foreach dir, $(dirs), ($(CD) $(dir); make dskcopy);) | 24 $(foreach dir, $(dirs), ($(CD) $(dir); make dskcopy);) |
25 | |
26 # info | |
27 info: | |
28 $(foreach dir, $(dirs), ($(CD) $(dir); make info);) |