Do not set DESTDIR in Makefile.

This commit is contained in:
Alexander Andreev 2024-04-26 04:09:34 +04:00
parent 43d86103c4
commit 4e016a3b4f
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ PREFIX:=/usr/local
CFLAGS=--std=c99 -O3 -Wall -Werror -Wextra -pedantic
DESTDIR=/
.PHONY: clean install uninstall test