shithub: 9pro

Download patch

ref: 7908eceef4e55bc1c809fea4e5a9a219fddb1d4a
parent: e1153a4c9cd6639bcc0163539d5661cb5b84f0ca
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun Dec 22 09:50:11 EST 2019

9pex: don't compile the client

--- a/build.sh
+++ b/build.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-gcc -lrt -O -ggdb -Wall -Wextra -Werror c9/*.c -Ic9 9pex.c -o 9pex
+gcc -DC9_NO_CLIENT -lrt -O -ggdb -Wall -Wextra -Werror c9/*.c -Ic9 9pex.c -o 9pex