mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Compare commits
No commits in common. "06124d7584a96e916b869da14962610d1526852d" and "5ee09de99a0fc1e66812b74ef13b8c3a9a86fd44" have entirely different histories.
06124d7584
...
5ee09de99a
1 changed files with 1 additions and 5 deletions
6
Makefile
6
Makefile
|
|
@ -1,6 +1,5 @@
|
||||||
VERSION := 0.9.5.3
|
VERSION := 0.9.5.3
|
||||||
.PHONY: lint vis clean common client server passwd\
|
.PHONY: lint vis clean common client server passwd subpkgs install uninstall reinstall
|
||||||
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
|
||||||
|
|
@ -87,9 +86,6 @@ 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…
Add table
Add a link
Reference in a new issue