Fix Makefile

This commit is contained in:
Layla 2022-10-27 02:24:19 +00:00
parent 7bdff2fc63
commit df0f78d390

View File

@ -2,7 +2,8 @@ PROJECTNAME="Bird Bot"
PROJECT_BIN="birdbot"
# Go related variables.
GOBIN=./build
GOBASE=$(shell pwd)
GOBIN=$(GOBASE)/build
GOFILES=$(wildcard *.go)
# Make is verbose in Linux. Make it silent.