aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorMuhamed Hobi <[email protected]>2024-03-29 10:07:33 -0400
committerGitHub <[email protected]>2024-03-29 14:07:33 +0000
commit53aa184d2099b1f5c1b712df1484211bad3d6093 (patch)
treea913fbbec564ab1707e72d601be106bd07847d59 /Makefile
parentfcd9d77b642c0cd45cae61cf10ed1924f2e7945b (diff)
downloadHyprland-53aa184d2099b1f5c1b712df1484211bad3d6093.tar.gz
Hyprland-53aa184d2099b1f5c1b712df1484211bad3d6093.zip
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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