From 413c432f1d99070ae544275757afedba7e46ea2f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 15 Dec 2016 20:26:44 +1300 Subject: More portability notes --- README.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index ab6a67c..3c093e0 100644 --- a/README.markdown +++ b/README.markdown @@ -19,7 +19,9 @@ Dependencies ------------ None as far as I can tell apart from libc, but I've only tested it on GNU/Linux -with glibc. If you don't have `clang`, build with `make CC=c99` or whatever. +with glibc, and on OpenBSD. + +If you don't have `clang`, build with `make CC=cc CFLAGS=`. Author ------ -- cgit v1.2.3