Updated makefile for deps

This commit is contained in:
Jithin James 2017-10-18 16:48:21 +05:30
parent 3a06de031a
commit 33c0210662
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@ git:
depth: 3 depth: 3
install: install:
- go get golang.org/x/crypto/ssh/terminal
- make install - make install
go_import_path: github.com/gin-gonic/gin go_import_path: github.com/gin-gonic/gin

View File

@ -35,6 +35,7 @@ deps:
@hash embedmd > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ @hash embedmd > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
go get -u github.com/campoy/embedmd; \ go get -u github.com/campoy/embedmd; \
fi fi
@go get -u golang.org/x/crypto/ssh/terminal
embedmd: embedmd:
embedmd -d *.md embedmd -d *.md