Custom go
This commit is contained in:
parent
89efef2036
commit
fccd97e498
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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
|
||||
|
|
Reference in a new issue