1 2 3 4 5 6 7 8 9 10 11
--- Makefile.orig 2025-11-17 05:11:42 UTC +++ Makefile @@ -44,7 +44,7 @@ all: build all: build .PHONY: build -build: tmp/libparser +build: $Q $(GO) build $(if $V,-v) $(VERSION_FLAGS) -o bin/gitlab-elasticsearch-indexer . install: build