diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-03-14 23:11:15 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-03-14 23:11:15 -0400 |
commit | 975493d51e4fd97cc20ddf1ace8be0515bff08e9 (patch) | |
tree | 7bdbef0c624dd1e9204868d904b40a72f4e9300f /Makefile | |
parent | baa981737d65a23b1c0c55d004d4f2301a212a4b (diff) |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |