From: Dmitry Kurkin Date: Wed, 18 Jan 2017 18:30:25 +0000 (+0200) Subject: make: Fix typo X-Git-Tag: v0.19~104 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7dc9458167dee348e7fa5137258c6d15f7964782;p=brevno-suite%2Fhugo make: Fix typo --- diff --git a/Makefile b/Makefile index 6e6d4ec1..a361ca82 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ hugo: vendor ## Build hugo binary go build ${LDFLAGS} ${PACKAGE} hugo-race: vendor ## Build hugo binary with race detector enabled - go build -race ${LDFLAGS} ${PACAGE} + go build -race ${LDFLAGS} ${PACKAGE} install: vendor ## Install hugo binary go install ${LDFLAGS} ${PACKAGE}