source:
zero-lliurex-adobereader/trunk/fuentes/Makefile
@
160
Last change on this file since 160 was 160, checked in by , 5 years ago | |
---|---|
File size: 425 bytes |
Line | |
---|---|
1 | NO_COLOR = \x1b[0m |
2 | COMPILE_COLOR = \x1b[32;01m |
3 | LINK_COLOR = \x1b[31;01m |
4 | |
5 | |
6 | |
7 | all: build |
8 | @echo -e '$(LINK_COLOR)* Copying SVGS [$@]$(NO_COLOR)' |
9 | cp svg/*.png zero-lliurex-adobereader.install-files/usr/share/banners/lliurex-neu/ |
10 | |
11 | build: |
12 | @echo -e '$(LINK_COLOR)* Rendering SVGS [$@]$(NO_COLOR)' |
13 | @$(MAKE) -C svg/ -j2 |
14 | |
15 | clean: |
16 | @echo -e '$(LINK_COLOR)* Cleaning [$@]$(NO_COLOR)' |
17 | @$(MAKE) -C svg/ $@ |
18 | |
19 | .PHONY: all clean |
Note: See TracBrowser
for help on using the repository browser.