summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2016-06-13 04:22:58 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2016-06-16 21:09:18 +0300
commite4c2762680e1f5813f332a4ca22b0a7bf4ff4a9b (patch)
treeea6864be62343c2adfad976c4339267e728af749 /Makefile
parent62f0b16f639a9ecb116a79819655bdf44e269443 (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e4a02d..a104078 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-SUBDIRS=data scripts tests
+SUBDIRS=data scripts src tests
recursive=all clean install