source:
mrpdi-gui/trunk/fuentes/Makefile
Last change on this file was 458, checked in by , 5 years ago | |
---|---|
File size: 249 bytes |
Line | |
---|---|
1 | NO_COLOR = \x1b[0m |
2 | COMPILE_COLOR = \x1b[32;01m |
3 | LINK_COLOR = \x1b[31;01m |
4 | |
5 | |
6 | all: |
7 | @echo -e '$(LINK_COLOR)* Building Core[$@]$(NO_COLOR)' |
8 | @$(MAKE) -C src/ $@ |
9 | |
10 | clean: |
11 | @echo -e '$(LINK_COLOR)* Cleaning [$@]$(NO_COLOR)' |
12 | @$(MAKE) -C src/ $@ |
13 |
Note: See TracBrowser
for help on using the repository browser.