mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
update makefile to better install/generate statik
This commit is contained in:
parent
e491dbe60d
commit
5dd09f585d
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -51,13 +51,13 @@ generate-protoc: .protoc-gen-gofast
|
|||
go generate github.com/pilosa/pilosa/internal
|
||||
|
||||
generate-statik: statik
|
||||
go generate github.com/pilosa/pilosa/handler
|
||||
go generate github.com/pilosa/pilosa
|
||||
|
||||
generate: generate-protoc generate-statik
|
||||
|
||||
statik:
|
||||
ifndef STATIK
|
||||
go install github.com/rakyll/statik
|
||||
go get github.com/rakyll/statik
|
||||
endif
|
||||
|
||||
docker:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue