summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index ea20b3a..8a920d2 100644
--- a/makefile
+++ b/makefile
@@ -4,7 +4,8 @@ obj:=$(src:.c=.o)
obj+=\
toolbox/buffer.o \
- toolbox/io_muxer.o
+ toolbox/io_muxer.o \
+ toolbox/perf.o
libs:=\
egl \