summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry Kurkin <deemson.k@gmail.com>2017-01-18 20:30:25 +0200
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2017-01-18 19:30:25 +0100
commit7dc9458167dee348e7fa5137258c6d15f7964782 (patch)
treed96693077ce28870ca45960553fe60f269009920 /Makefile
parent940c5d8bae38f09737770da015da56a5b0d2fb94 (diff)
make: Fix typo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e6d4ec17..a361ca828 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}