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
SHAREDIR = /usr/share
GO = /usr/bin/go
.PHONY: all clean
all: burgernotes
burgernotes:
go build
$(GO) build
clean:
rm -f burgernotes-app