projects
/
renesas
/
vsp-tests.git
/ blob
4e4a02da4bcba9bdcf9cfd47cac9f9671ff2de5f
[renesas/vsp-tests.git]
/
Makefile
1
SUBDIRS=data scripts tests
2
3
recursive=all clean install
4
5
all:
6
7
$(recursive):
8
@target=$@ ; \
9
for subdir in $(SUBDIRS); do \
10
echo "Making $$target in $$subdir" ; \
11
$(MAKE) -C $$subdir $$target; \
12
done