Skip to content

Commit

Permalink
Allow out of GOPATH compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Obed N Muñoz <[email protected]>
  • Loading branch information
obedmr committed Nov 6, 2020
1 parent 9874bb6 commit 70b2e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/web-crawler/lab.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
APP_NAME=web-crawler

build:
go get .
go get gopl.io/ch5/links
go build -o ${APP_NAME} ${APP_NAME}.go

test: build
Expand Down

0 comments on commit 70b2e6b

Please sign in to comment.