summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorwerdl <werdl_@outlook.com>2025-05-28 08:43:50 +0100
committerGitHub <noreply@github.com>2025-05-28 08:43:50 +0100
commite9cfd96f6720e8f5c316f0ad138d38824c46c006 (patch)
treed98ad7bed797f92fb71f45b9faf8cb07158d445d /README.md
parent0735d1e62ad0f1a474b7bd758fe03f2e434f5c40 (diff)
typo in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6cbfd19..192ce6a 100644
--- a/README.md
+++ b/README.md
@@ -230,7 +230,7 @@ slackpkg install gcc make libX11 libXinerama</code></pre>
<summary>OpenBSD</summary>
<pre><code>doas pkg_add gmake</code></pre>
You will also need the X sets (<code>xbase</code>, <code>xfonts</code>, <code>xserv</code> and <code>xshare</code>) installed.
-When you make the code, use <code>gmake</code> instead of <code>make</code> (which will be BSD make). Use the following command to build: <code>gmake CFLAGS+="-I/usr/X11R6/include -Wall -Wextra -O3" -Isrc-j12 LDFLAGS="-L/usr/X11R6/lib -lX11 -lXinerama -lXcursor"</code>
+When you make the code, use <code>gmake</code> instead of <code>make</code> (which will be BSD make). Use the following command to build: <code>gmake CFLAGS="-I/usr/X11R6/include -Wall -Wextra -O3 -Isrc" LDFLAGS="-L/usr/X11R6/lib -lX11 -lXinerama -lXcursor"</code>
</details>
---