ardour/Makefile

14 lines
181 B
Makefile

all: waf
waf:
./waf
cscope: cscope.out
cscope.out: cscope.files
cscope -b
cscope.files:
find . -name '*.[ch]' -o -name '*.cc' > $@
.PHONY: all cscope.files sconsi cscope waf