From 40203011d5f30f8503411a11aa413d97f0996023 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Mon, 6 Mar 2023 17:49:03 -0800 Subject: [PATCH] fix: fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4942b0e..e510cb4 100644 --- a/Makefile +++ b/Makefile @@ -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/...