Custom go

This commit is contained in:
Tracker-Friendly 2024-04-25 17:07:22 +01:00
parent 89efef2036
commit fccd97e498
1 changed files with 2 additions and 1 deletions

View File

@ -1,12 +1,13 @@
DESTDIR = /usr/bin DESTDIR = /usr/bin
SHAREDIR = /usr/share SHAREDIR = /usr/share
GO = /usr/bin/go
.PHONY: all clean .PHONY: all clean
all: burgernotes all: burgernotes
burgernotes: burgernotes:
go build $(GO) build
clean: clean:
rm -f burgernotes-app rm -f burgernotes-app