diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-05-01 13:25:19 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-05-01 13:25:19 -0400 |
| commit | e3ad5fdaaae075b4080c86bd243f5c7f3b09972b (patch) | |
| tree | 04910a17f3f7f3c51ff3e15f5fd7d7e2da5ac4b8 /Makefile | |
| parent | 2e27b88c1b9fa8ec9b9f243909f5b793b376f207 (diff) | |
Fix up some path issues during compilation/running/installation
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
