From f359d9ce7e20096679dfbf910914a42622a071cf Mon Sep 17 00:00:00 2001 From: sewn Date: Tue, 28 Nov 2023 15:42:33 +0300 Subject: [PATCH] Makefile: why is this here --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 741755a9..bb8fe3d0 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ FLATPAK = io.github.vinegarhq.Vinegar GO = go GO_LDFLAGS = -s -w -VINEGAR_ICONPATH = $(ICONPREFIX)/64x64/apps/$(FLATPAK).png VINEGAR_LDFLAGS = $(GO_LDFLAGS) -X main.BinPrefix=$(BINPREFIX) -X main.Version=$(VERSION) VINEGAR_GOFLAGS = --tags nowayland,novulkan