Changeset 1580 for arc-theme/trunk/fuentes
- Timestamp:
- May 18, 2016, 9:46:53 AM (5 years ago)
- Location:
- arc-theme/trunk/fuentes
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arc-theme/trunk/fuentes/Makefile
r1579 r1580 3 3 LINK_COLOR = \x1b[31;01m 4 4 5 5 6 6 all: 7 @echo -e '$(LINK_COLOR)* Building [$@]$(NO_COLOR)' 8 #@$(MAKE) -C banners-rsrc/ -j2 $@ 9 @arc-theme/autogen.sh --prefix=../debian/arc-theme/usr 7 @echo -e '$(LINK_COLOR)* Building [$@]$(NO_COLOR)' 10 8 11 9 clean: 12 @echo -e '$(LINK_COLOR)* Cleaning [$@]$(NO_COLOR)' 13 @$(MAKE) -C banners-rsrc/ $@ 10 @echo -e '$(LINK_COLOR)* Cleaning [$@]$(NO_COLOR)' 14 11 15 12 install: all 16 @echo -e '$(LINK_COLOR)* Installing [$@]$(NO_COLOR)' 17 @arc-theme/make install 18 #mkdir -p $(DESTDIR)/usr/share/banners/lliurex-neu 19 #cp banners-rsrc/*.png $(DESTDIR)/usr/share/banners/lliurex-neu/ 20 13 @echo -e '$(LINK_COLOR)* Installing [$@]$(NO_COLOR)'
Note: See TracChangeset
for help on using the changeset viewer.