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