mirror of https://gogs.blitter.com/RLabs/xs
Added scc target
This commit is contained in:
parent
5ee09de99a
commit
7b6a9d1350
7
Makefile
7
Makefile
|
@ -1,5 +1,6 @@
|
||||||
VERSION := 0.9.5.3
|
VERSION := 0.9.5.3
|
||||||
.PHONY: lint vis clean common client server passwd subpkgs install uninstall reinstall
|
.PHONY: lint vis clean common client server passwd\
|
||||||
|
subpkgs install uninstall reinstall scc
|
||||||
|
|
||||||
## Tag version of binaries with build info wrt.
|
## Tag version of binaries with build info wrt.
|
||||||
## GO111MODULE(=on) and vendor/ setup vs. $GOPATH pkg builds
|
## GO111MODULE(=on) and vendor/ setup vs. $GOPATH pkg builds
|
||||||
|
@ -86,6 +87,10 @@ else
|
||||||
$(MAKE) BUILDOPTS=$(BUILDOPTS) -C xsd
|
$(MAKE) BUILDOPTS=$(BUILDOPTS) -C xsd
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
scc:
|
||||||
|
@scc --exclude-dir=bacillus,vendor,garbled\
|
||||||
|
--cocomo-project-type=rlabs,3,1.12,1,1
|
||||||
|
|
||||||
vis:
|
vis:
|
||||||
@which go-callvis >/dev/null 2>&1; \
|
@which go-callvis >/dev/null 2>&1; \
|
||||||
stat=$$?; if [ $$stat -ne "0" ]; then \
|
stat=$$?; if [ $$stat -ne "0" ]; then \
|
||||||
|
|
Loading…
Reference in New Issue