commit a0f1a4b77cd2472baf95076974855ccbe71cdfe4
parent 9d8a86ea61360eadd52c89ceb17c0cad07c7122e
Author: vx-clutch <[email protected]>
Date: Sat, 13 Sep 2025 19:07:42 -0400
update
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README-dev b/README-dev
@@ -30,7 +30,7 @@ The configuration script is used to generate a build intermediate step called
the config.mak. This file is used by the Makefile to figure out C compiler to
use, what CFLAGS and LDFLAGS to use, and where to install the binary if
requested. By default these values are gcc, the release flag set, and
-/usr/bin/. The configuration script supports the following flags that control
+/usr/local/. The configuration script supports the following flags that control
CFLAGS: --debug and CFLAGS="". By default, the script uses flags for a release
build. Debug is for in-development programming and is the strictest when it
comes to warnings and other compiler output. CFLAGS="" is for custom flag