From e3ad5fdaaae075b4080c86bd243f5c7f3b09972b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 1 May 2024 13:25:19 -0400 Subject: Fix up some path issues during compilation/running/installation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 36ffd0c7..d8a659fd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PREFIX=/usr/local +PREFIX=/usr VERSION=0.0.1 CCONFIG=-std=c11 -Werror -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -fPIC -I. \ -fsanitize=signed-integer-overflow -fno-sanitize-recover -fvisibility=hidden -fdollars-in-identifiers -- cgit v1.2.3