diff --git a/Makefile b/Makefile index 54c2a635..21ff831c 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,7 @@ install: all install -m 0644 $(shell find man/man3 -maxdepth 1 -type f) $(DESTDIR)$(MANDIR)/man3 clean: + rm -f cscope.* @for i in $(SUBDIRS) doc; \ do $(MAKE) $(MFLAGS) -C $$i clean; done @@ -65,4 +66,7 @@ clobber: clean distclean: clobber +cscope: + cscope -b -q -R -Iinclude -sip -slib -smisc -snetem -stc + .EXPORT_ALL_VARIABLES: