This commit is contained in:
parent
2d893b57c2
commit
40203011d5
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ ${pkgname}: $(shell find . -name '*.go')
|
|||||||
go build -o bin/${pkgname} .
|
go build -o bin/${pkgname} .
|
||||||
|
|
||||||
decode:
|
decode:
|
||||||
go run hack/unpack/main.go
|
go run ./hack/unpack/main.go
|
||||||
|
|
||||||
pack-site:
|
pack-site:
|
||||||
go-bindata -pkg haunt -o src/haunt/bindata.go -fs assets/...
|
go-bindata -pkg haunt -o src/haunt/bindata.go -fs assets/...
|
||||||
|
Loading…
Reference in New Issue
Block a user