projects
/
renesas
/
vsp-tests.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial commit
[renesas/vsp-tests.git]
/
data
/
Makefile
1
SUBDIRS=frames
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