summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorMikhail Burakov <mburakov@mailbox.org>2023-04-09 09:57:28 +0200
committerMikhail Burakov <mburakov@mailbox.org>2023-04-09 10:31:04 +0200
commit9c55db703b6505b1c9bd2a731a98116447d48fd3 (patch)
tree1c72f4883d3ba0adbf3185ed3a192a1a8fb49e56 /makefile
parentd0c6311e9c9547a9ee10310edf0c47230e15ccbb (diff)
Switch from stdin to sockets and use io muxer
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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 \