mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-09 12:40:49 -04:00
make: Fix typo
This commit is contained in:
parent
940c5d8bae
commit
7dc9458167
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ hugo: vendor ## Build hugo binary
|
|||||||
go build ${LDFLAGS} ${PACKAGE}
|
go build ${LDFLAGS} ${PACKAGE}
|
||||||
|
|
||||||
hugo-race: vendor ## Build hugo binary with race detector enabled
|
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
|
install: vendor ## Install hugo binary
|
||||||
go install ${LDFLAGS} ${PACKAGE}
|
go install ${LDFLAGS} ${PACKAGE}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user