make: Fix typo - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 7dc9458167dee348e7fa5137258c6d15f7964782
DIR parent 940c5d8bae38f09737770da015da56a5b0d2fb94
HTML Author: Dmitry Kurkin <deemson.k@gmail.com>
Date: Wed, 18 Jan 2017 20:30:25 +0200
make: Fix typo
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git 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}