mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Replaced go-code-visualizer with go-callvis
Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
parent
b63252dbf6
commit
c6cbd8d681
10 changed files with 2167 additions and 6 deletions
8
Makefile
8
Makefile
|
@ -50,11 +50,13 @@ passwd: common
|
|||
$(MAKE) -C hkexpasswd
|
||||
|
||||
vis:
|
||||
@which go-code-visualizer >/dev/null 2>&1; \
|
||||
@which go-callvis >/dev/null 2>&1; \
|
||||
stat=$$?; if [ $$stat -ne "0" ]; then \
|
||||
/bin/echo "go-code-visualizer not found. Run go get github.com/CodeHipster/go-code-visualizer to install."; \
|
||||
/bin/echo "go-callvis not found. Run go get github.com/Russtopia/go-callvis to install."; \
|
||||
else \
|
||||
go-code-visualizer . && dot -Tpng dot-visual.gv -o viz_hkexsh_dot.png; \
|
||||
make -C hkexsh vis;\
|
||||
make -C hkexshd vis;\
|
||||
make -C hkexpasswd vis; \
|
||||
fi
|
||||
|
||||
install:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue