From 9c55db703b6505b1c9bd2a731a98116447d48fd3 Mon Sep 17 00:00:00 2001 From: Mikhail Burakov Date: Sun, 9 Apr 2023 09:57:28 +0200 Subject: Switch from stdin to sockets and use io muxer --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index b861bc1..d1501ce 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ src:=$(shell ls *.c) obj:=$(src:.c=.o) obj+=\ - toolbox/perf.o + toolbox/io_muxer.o libs:=\ egl \ -- cgit v1.2.3