equal
deleted
inserted
replaced
345 done; \ |
345 done; \ |
346 printf '%40s %5s\n' '**Total**' $$total; \ |
346 printf '%40s %5s\n' '**Total**' $$total; \ |
347 echo '======================================== ====='; \ |
347 echo '======================================== ====='; \ |
348 } >$@ |
348 } >$@ |
349 |
349 |
|
350 .PHONY: logo-png |
|
351 logo-png: logo-64x64.png |
|
352 |
|
353 # Require: |
|
354 # $ sudo apt-get install imagemagick librsvg2-bin |
|
355 %.png: %.svg |
|
356 convert $< $@ |
|
357 |
350 ################################################################ |
358 ################################################################ |
351 # Clean targets. |
359 # Clean targets. |
352 |
360 |
353 .PHONY: distclean |
361 .PHONY: distclean |
354 distclean: clean |
362 distclean: clean |