From 9b40de35aeb8c62df3326eae7979b438f3ee0fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Zag=C3=B3rowski?= Date: Wed, 11 Oct 2023 22:29:59 +0200 Subject: [PATCH] remove HYPRLAND_HEADERS from Makefile --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 21b28e7..8fcb4d8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,3 @@ -# compile with HYPRLAND_HEADERS= make all -# make sure that the path above is to the root hl repo directory, NOT src/ -# and that you have ran `make protocols` in the hl dir. - PLUGIN_NAME=split-monitor-workspaces SOURCE_FILES=$(wildcard src/*.cpp)