Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/utils/makefile @ 2812:1f47bdb9f356 lwtools-port
Added new utils section in 3rdparty and updated makefile(s)
Added a new utils section in 3rdparty/utils called dladd.
This section will include utilities that are made by David Ladd.
Updated 3rdparty/utils/makefile to include this new section.
Updated level2/coco3/cmds/makefile to add CMDS_D2 into the
echo string that has CMDS and CMDS_DW so now it will output
CMDS CMDS_D2 and CMDS_DW
author | David Ladd <drencor-xeen@users.sf.net> |
---|---|
date | Tue, 12 Feb 2013 12:38:22 -0600 |
parents | 00e35931156e |
children | dd5499bc4bdd |
comparison
equal
deleted
inserted
replaced
2811:611715587834 | 2812:1f47bdb9f356 |
---|---|
1 include ../../rules.mak | 1 include ../../rules.mak |
2 | 2 |
3 dirs = boisy dasm smartwatch supercomm winfo | 3 dirs = boisy dasm smartwatch supercomm dladd winfo |
4 | 4 |
5 # Make all components | 5 # Make all components |
6 all: | 6 all: |
7 @$(ECHO) "**************************************************" | 7 @$(ECHO) "**************************************************" |
8 @$(ECHO) "* *" | 8 @$(ECHO) "* *" |