From f6e72657a5ab7e9ff872b8852f08e85c401e3b2f Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Sun, 18 Sep 2022 15:15:24 +0200 Subject: [PATCH] Makefile: allow override of PREFIX --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6274537..a2554d2 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ +PREFIX?=/usr/local + CFLAGS += -pedantic -Wall -Wextra -Wmissing-prototypes \ -Werror -Wshadow -Wstrict-overflow -fno-strict-aliasing \ -Wstrict-prototypes -Wwrite-strings \ -Os -PREFIX = /usr/local - all: iblock