summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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 \