repo.or.cz
/
mlt-frei0r-support.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
test not only if header frei0r.h exists, also use an item
[mlt-frei0r-support.git]
/
shotcut
/
Makefile
blob
e3019374d0fd53912e161c0d6460d57e8f1d9677
1
SUBDIRS
=
tools wm
2
3
all clean install
:
4
list
=
'$(SUBDIRS)'
;
\
5
for subdir in
$
$list
;
do \
6
$(
MAKE
) -
C
$
$subdir
$
@ || exit
1
;
\
7
done
8