From e8665bd00c584f9d768e1d5796f98535cfdebd17 Mon Sep 17 00:00:00 2001 From: David Given Date: Fri, 16 Apr 2021 21:38:08 +0200 Subject: [PATCH] Build a cscope cross-reference (if cscope is installed). --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e724d2ac..ec3969cb 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,7 @@ export OBJDIR = .obj all: .obj/build.ninja @ninja -f .obj/build.ninja + @-cscope -bRq clean: @echo CLEAN