diff --git a/Makefile b/Makefile index 37e06c7..018a091 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ DESTDIR ?= PREFIX ?= /usr UNAME_R ?= $(shell uname -r) -ifneq (,$(wildcard /usr/share/factory/etc/arch-release))) +ifneq (,$(wildcard /usr/share/factory/etc/arch-release)) # Arch Linux LDFLAGS ?= -Wl,-O2,--sort-common,--as-needed,-z,relro,-z,now BUILDFLAGS ?= -mod=vendor -buildmode=pie -trimpath -ldflags "-s -w -linkmode=external -extldflags \"$(LDFLAGS)\""