aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-05-01 13:25:19 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-05-01 13:25:19 -0400
commite3ad5fdaaae075b4080c86bd243f5c7f3b09972b (patch)
tree04910a17f3f7f3c51ff3e15f5fd7d7e2da5ac4b8 /Makefile
parent2e27b88c1b9fa8ec9b9f243909f5b793b376f207 (diff)
Fix up some path issues during compilation/running/installation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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