Makefile: add cscope target

Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Jens Axboe
2019-03-05 16:19:59 -07:00
parent 765ba233c8
commit b080d0680c

View File

@@ -31,10 +31,13 @@ install:
@$(MAKE) -C src install prefix=$(DESTDIR)$(prefix) includedir=$(DESTDIR)$(includedir) libdir=$(DESTDIR)$(libdir) @$(MAKE) -C src install prefix=$(DESTDIR)$(prefix) includedir=$(DESTDIR)$(includedir) libdir=$(DESTDIR)$(libdir)
clean: clean:
@rm -f config-host.mak config-host.h @rm -f config-host.mak config-host.h cscope.out
@$(MAKE) -C src clean @$(MAKE) -C src clean
@$(MAKE) -C test clean @$(MAKE) -C test clean
cscope:
@cscope -b -R
tag-archive: tag-archive:
@git tag $(TAG) @git tag $(TAG)