projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
940c5d8
)
make: Fix typo
author
Dmitry Kurkin
<deemson.k@gmail.com>
Wed, 18 Jan 2017 18:30:25 +0000
(20:30 +0200)
committer
digitalcraftsman
<digitalcraftsman@users.noreply.github.com>
Wed, 18 Jan 2017 18:30:25 +0000
(19:30 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 6e6d4ec173ca7a154bcf4a3a68dd0449919c1e12..a361ca828b2bf2441b852cc35c6bcf5e35540c77 100644
(file)
--- 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} ${PAC
K
AGE}
install: vendor ## Install hugo binary
go install ${LDFLAGS} ${PACKAGE}