diff options
author | xengineering <me@xengineering.eu> | 2023-01-04 20:26:48 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-01-06 14:22:53 +0100 |
commit | bb177c6e2c4f70165405034b0d3355affde3c859 (patch) | |
tree | 4ebe5a1f88b6466d37a59417fa1bcd5f6d2ad8e4 /Makefile | |
parent | 29af5d65bc753adf3edad3028c7473124a0b000d (diff) | |
download | phonelock-bb177c6e2c4f70165405034b0d3355affde3c859.tar phonelock-bb177c6e2c4f70165405034b0d3355affde3c859.tar.zst phonelock-bb177c6e2c4f70165405034b0d3355affde3c859.zip |
Implement first connection to Wayland compositor
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |