summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a6795d1c..654b9cf3 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ setup:
mise install
mise exec go -- go install github.com/xlgmokha/minit@latest
-$(AUTHZD_BIN): $(shell find src -name "*.go" 2>/dev/null) go.sum
+$(AUTHZD_BIN): $(shell find . -name "*.go" 2>/dev/null) go.sum
@go build -o $(AUTHZD_BIN) ./cmd/authzd/main.go
build: $(AUTHZD_BIN)