summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorMikhail Burakov <mburakov@mailbox.org>2023-04-08 14:05:46 +0200
committerMikhail Burakov <mburakov@mailbox.org>2023-04-09 10:26:23 +0200
commitd0c6311e9c9547a9ee10310edf0c47230e15ccbb (patch)
tree3877815a7ba8460325a65f6e4411628ec8b3ceda /makefile
parente2cb86dd9b565bbbd61a4ed369f2c31960979755 (diff)
Replace util and perf with toolbox counterparts
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 5c5dd12..b861bc1 100644
--- a/makefile
+++ b/makefile
@@ -2,6 +2,9 @@ bin:=$(notdir $(shell pwd))
src:=$(shell ls *.c)
obj:=$(src:.c=.o)
+obj+=\
+ toolbox/perf.o
+
libs:=\
egl \
gbm \