From bb177c6e2c4f70165405034b0d3355affde3c859 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 4 Jan 2023 20:26:48 +0100 Subject: Implement first connection to Wayland compositor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index da9db8c..d56dc56 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: build/phonelock build/phonelock: build main.c wayland-client.h wayland-protocol.c - gcc -Wall -o build/phonelock main.c + gcc -Wall -o build/phonelock main.c -lwayland-client build: mkdir -p build -- cgit v1.2.3-70-g09d2