summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4b80bc8285399327999c814dfce048f57ab6dddb (plain)
1
2
3
4
5
6
7
8
9
cscope: cscope.out

cscope.out: cscope.files
	cscope -b

cscope.files:
	find . -name '*.[ch]' -o -name '*.cc' > $@

.PHONY: all cscope.files sconsi cscope