diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-06 16:44:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-06 16:44:05 +0300 |
commit | d330874886c0e55179646da9a9af03023f8bf681 (patch) | |
tree | 334d3220cdb9fafcc9f37573175e45d0b6a003cd /Makefile | |
parent | 3554375f2d31e00fe76466608298bb3c88502d4c (diff) | |
download | clientdata-d330874886c0e55179646da9a9af03023f8bf681.tar.gz clientdata-d330874886c0e55179646da9a9af03023f8bf681.tar.bz2 clientdata-d330874886c0e55179646da9a9af03023f8bf681.tar.xz clientdata-d330874886c0e55179646da9a9af03023f8bf681.zip |
Add images icc profiles check into make file.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,3 +43,6 @@ music: license: cd ../tools/licensecheck/ ; ./clientdata.sh + +icc: + cd ../tools/imagescheck/ ; ./icccheck.sh |