Remove dependency on 'which'

This commit is contained in:
2025-08-06 21:07:07 +03:00
parent 38b6ea0175
commit 713eafb708
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ BINDIR ?= $(PREFIX)/bin
SYSCONFDIR := $(PREFIX)/etc
# Compilers and tools
GO ?= $(shell which go)
GO ?= go
# Build-time variables
ROOT_COMPILATION_UID ?= 65534
@@ -29,4 +29,4 @@ uninstall:
clean:
rm -r build/
.PHONY: build
.PHONY: build