summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-03-14 23:11:15 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2024-03-14 23:11:15 -0400
commit975493d51e4fd97cc20ddf1ace8be0515bff08e9 (patch)
tree7bdbef0c624dd1e9204868d904b40a72f4e9300f /Makefile
parentbaa981737d65a23b1c0c55d004d4f2301a212a4b (diff)
query-sysfspath utilHEADmaster
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c364c5..3d3cc68 100644
--- a/Makefile
+++ b/Makefile
@@ -8,4 +8,8 @@ CFLAGS+=-std=gnu11 -O2 -g -Wall
CFLAGS+=$(shell $(PKG_CONFIG) --cflags $(PKGCONFIG_LIBS))
LDLIBS+=$(shell $(PKG_CONFIG) --libs $(PKGCONFIG_LIBS))
+all: query-uuid query-sysfspath
+
query-uuid: query-uuid.o
+
+query-sysfspath: query-sysfspath.o