From 25311a3b7e091211282fc1aa3d2c0966ccc8af32 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 24 Dec 2021 02:37:36 +0400 Subject: [PATCH] Final fix. Let's set DESTDIR to / root by default. You can always change it with running make DESTDIR=your/path un/install. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d0ef048..b44a587 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ CFLAGS=--std=c2x -O3 -Wall -Werror -Wextra -pedantic SRC_DIR=src OBJ_DIR=obj +DESTDIR=/ + all: ${TARGET} ${TARGET}: ${OBJ_DIR}/main.o