fix: fix makefile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
abs3nt 2023-03-06 17:49:03 -08:00
parent 2d893b57c2
commit 40203011d5

View File

@ -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/...