From 8fe70f68e8a8912d68201440a28bd2f023bdfb21 Mon Sep 17 00:00:00 2001 From: prx Date: Mon, 22 Aug 2022 15:04:26 +0200 Subject: [PATCH] make sure PREFIX is set --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 0421d4a..5baf4c5 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,10 @@ CFLAGS += -pedantic -Wall -Wextra -Wmissing-prototypes \ -Werror -Wshadow -Wstrict-overflow -fno-strict-aliasing \ -Wstrict-prototypes -Wwrite-strings \ -Os + +PREFIX = /usr/local + + all: iblock iblock: main.c