Removed extraneous "/" at end of PREFIX in Makefile

Signed-off-by: Clovis Durand <cd.clovel19@gmail.com>
This commit is contained in:
Clovis Durand 2020-12-08 12:53:26 +01:00
parent a57ebdd8ef
commit 5b9458f33e
No known key found for this signature in database
GPG Key ID: A95BCD5E4D400E66

View File

@ -20,7 +20,7 @@ ifneq ($(GOARCH),amd64)
CROSS+=-e GOARCH=$(GOARCH)
endif
PREFIX?=/usr/local/
PREFIX?=/usr/local
.DELETE_ON_ERROR: