summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-10 13:58:01 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-10 13:58:01 +0100
commitbce43321ba6d5723e57710bd48bc84c08ec493ff (patch)
tree0a36a8a512a8cc21e6a174fd4202797a174c08e5 /Makefile
parent586ebde8567cf24bc2cd12714cc8c97956328a46 (diff)
link vulkan
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4169462..5837100 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ OBJECTS += $(MI_OBJECT)
DEPS = $(OBJECTS:.o=.d)
-LIBRARIES = -lwayland-client
+LIBRARIES = -lwayland-client -lvulkan
all: $(WAYCLOCK)