From d0c6311e9c9547a9ee10310edf0c47230e15ccbb Mon Sep 17 00:00:00 2001
From: Mikhail Burakov <mburakov@mailbox.org>
Date: Sat, 8 Apr 2023 14:05:46 +0200
Subject: Replace util and perf with toolbox counterparts

---
 makefile | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'makefile')

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 \
-- 
cgit v1.2.3