commit 1c0b32b863701d81a49eb31bb4089dba1d5061c0
parent ae671b8dd620635196d0145e38f2502f047ee1c0
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date: Thu, 20 May 2021 18:55:20 -0700
Remove testing program from mkfile
This was a client to test response buffers from the last commit.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mkfile b/mkfile
@@ -8,7 +8,7 @@ ldlibs = -lc
prefix = /usr/local
-names = aps apc badapc
+names = aps apc
src = sock.c apcon.c util.c command.c queue.c player.c response.c
mainobj = ${names:%=%.o}