diff --git a/Makefile b/Makefile index 35bca73..b884108 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ VERSION := 0.9.5.3 -.PHONY: lint vis clean common client server passwd\ - subpkgs install uninstall reinstall scc +.PHONY: lint vis clean common client server passwd subpkgs install uninstall reinstall ## Tag version of binaries with build info wrt. ## GO111MODULE(=on) and vendor/ setup vs. $GOPATH pkg builds @@ -87,9 +86,6 @@ else $(MAKE) BUILDOPTS=$(BUILDOPTS) -C xsd endif -scc: - @scc --exclude-dir=bacillus,vendor,garbled --cocomo-project-type=rlabs,3,1.12,1,1 - vis: @which go-callvis >/dev/null 2>&1; \ stat=$$?; if [ $$stat -ne "0" ]; then \