test not only if header frei0r.h exists, also use an item
[mlt-frei0r-support.git] / shotcut / Makefile
blobe3019374d0fd53912e161c0d6460d57e8f1d9677
1 SUBDIRS = tools wm
3 all clean install:
4 list='$(SUBDIRS)'; \
5 for subdir in $$list; do \
6 $(MAKE) -C $$subdir $@ || exit 1; \
7 done