Skip to content

Commit

Permalink
Fix getting dependencies with go get (goadesign#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawaha authored and raphael committed Jul 3, 2019
1 parent 39314da commit 9fd4e94
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@
# - "serve" starts the HTTP server that serves the site
# - "all" default target that runs all the above in order

DEPEND=\
github.com/gohugoio/hugo \
github.com/goadesign/gorma

all: depend install docs serve

depend:
@go get $(DEPEND)
export GO111MODULE=on && go get github.com/gohugoio/hugo
export GO111MODULE=off && go get github.com/goadesign/gorma

install:
@cd tools/mdc && go get ./... && go install
Expand Down

0 comments on commit 9fd4e94

Please sign in to comment.