diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-06-13 04:22:58 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-06-16 21:09:18 +0300 |
commit | e4c2762680e1f5813f332a4ca22b0a7bf4ff4a9b (patch) | |
tree | ea6864be62343c2adfad976c4339267e728af749 /Makefile | |
parent | 62f0b16f639a9ecb116a79819655bdf44e269443 (diff) |
Add gen-image tool
The tool is used to generate test images in a variety of formats from a
PNM input image.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SUBDIRS=data scripts tests +SUBDIRS=data scripts src tests recursive=all clean install |