From 8540c472143e584b30c346b6c81aeb1836f6b099 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 10 May 2023 15:58:53 +0200 Subject: Change the PREFIX --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 0b2e7eb..26895fb 100644 --- a/config.mk +++ b/config.mk @@ -1,6 +1,6 @@ # See LICENSE file for copyright and license details. -PREFIX = /usr/local/aiezzi +PREFIX = /usr/local CC = cc SRC != find src -name "*.c" -- cgit v1.2.3