Fix crashes on increasing a bus' number of outputs.
[ardour.git] / Makefile
1 cscope: cscope.out
2
3 cscope.out: cscope.files
4         cscope -b
5
6 cscope.files:
7         find . -name '*.[ch]' -o -name '*.cc' > $@
8
9 .PHONY: all cscope.files sconsi cscope