From f477a3a829c18bc18d81cf0ed0ccae28ad59f29e Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 13 Mar 2023 04:13:39 +0400 Subject: [PATCH] Added missing -. xD --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2050643..c2c47cc 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SYSDDIR:=${SYSDDIR_:/%=%} DESTDIR:= PREFIX:=/usr/local -LDFLAGS:=modcacherw -ldflags "-s -w -X main.version=23.10.1" -tags osusergo,netgo +LDFLAGS:=-modcacherw -ldflags "-s -w -X main.version=23.10.1" -tags osusergo,netgo all: ${TARGET} .PHONY: ${TARGET} install uninstall install-jade run