From 53aa184d2099b1f5c1b712df1484211bad3d6093 Mon Sep 17 00:00:00 2001 From: Muhamed Hobi Date: Fri, 29 Mar 2024 10:07:33 -0400 Subject: [PATCH] makefile: Remove old headers first (#5316) Windows.cpp was moved and I found myself having both versions in my include. Clear out the headers before dumping new ones. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c29f20a0..71097960 100644 --- a/Makefile +++ b/Makefile @@ -75,6 +75,7 @@ pluginenv: installheaders: @if [ ! -f ./src/version.h ]; then echo -en "You need to run $(MAKE) all first.\n" && exit 1; fi + rm -fr ${PREFIX}/include/hyprland mkdir -p ${PREFIX}/include/hyprland mkdir -p ${PREFIX}/include/hyprland/protocols mkdir -p ${PREFIX}/include/hyprland/wlroots