Revision 6688bc6d

b/Makefile
84 84
TAGS: 
85 85
	etags *.[ch] tests/*.[ch]
86 86

  
87
cscope:
88
	rm -f ./cscope.*
89
	find . -name "*.[ch]" -print > ./cscope.files
90
	cscope -b
91

  
87 92
# documentation
88 93
%.html: %.texi
89 94
	texi2html -monolithic -number $<

Also available in: Unified diff