]> git.sesse.net Git - mlt/blob - src/swig/Makefile
Remove files that no longer belong.
[mlt] / src / swig / Makefile
1 SUBDIRS = perl python ruby tcl
2
3 all clean install:
4         list='$(SUBDIRS)'; \
5         for subdir in $$list; do \
6                 if [ -f $$subdir/Makefile -a -f .$$subdir ] ; \
7                 then $(MAKE) -C $$subdir $@ || exit 1; \
8                 fi \
9         done
10