From 62f0b16f639a9ecb116a79819655bdf44e269443 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 16 May 2016 21:55:52 +0300 Subject: Initial commit Signed-off-by: Laurent Pinchart --- data/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/Makefile (limited to 'data/Makefile') diff --git a/data/Makefile b/data/Makefile new file mode 100644 index 0000000..768a346 --- /dev/null +++ b/data/Makefile @@ -0,0 +1,12 @@ +SUBDIRS=frames + +recursive=all clean install + +all: + +$(recursive): + @target=$@ ; \ + for subdir in $(SUBDIRS); do \ + echo "Making $$target in $$subdir" ; \ + $(MAKE) -C $$subdir $$target; \ + done -- cgit v1.2.3