From fccd97e498d86305fb9ffa0ea80c089fb838019e Mon Sep 17 00:00:00 2001 From: Johnny Date: Thu, 25 Apr 2024 17:07:22 +0100 Subject: [PATCH] Custom go --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index deefaec..98f9220 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,13 @@ DESTDIR = /usr/bin SHAREDIR = /usr/share +GO = /usr/bin/go .PHONY: all clean all: burgernotes burgernotes: - go build + $(GO) build clean: rm -f burgernotes-app