fix: fix makefile
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
abs3nt 2023-03-06 17:49:03 -08:00
parent 2d893b57c2
commit 40203011d5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ${pkgname}: $(shell find . -name '*.go')
go build -o bin/${pkgname} .
decode:
go run hack/unpack/main.go
go run ./hack/unpack/main.go
pack-site:
go-bindata -pkg haunt -o src/haunt/bindata.go -fs assets/...