From 06124d7584a96e916b869da14962610d1526852d Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Wed, 24 May 2023 20:47:04 -0700 Subject: [PATCH] Fix for scc rule --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b0a12f5..35bca73 100644 --- a/Makefile +++ b/Makefile @@ -88,8 +88,7 @@ else endif scc: - @scc --exclude-dir=bacillus,vendor,garbled\ - --cocomo-project-type=rlabs,3,1.12,1,1 + @scc --exclude-dir=bacillus,vendor,garbled --cocomo-project-type=rlabs,3,1.12,1,1 vis: @which go-callvis >/dev/null 2>&1; \