From 4e016a3b4f4cc3e0a15c18f45b6e61a056028960 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 26 Apr 2024 04:09:34 +0400 Subject: [PATCH] Do not set DESTDIR in Makefile. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 8cf29db..15cd6c5 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ PREFIX:=/usr/local CFLAGS=--std=c99 -O3 -Wall -Werror -Wextra -pedantic -DESTDIR=/ .PHONY: clean install uninstall test