diff options
author | Muhamed Hobi <[email protected]> | 2024-03-29 10:07:33 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-29 14:07:33 +0000 |
commit | 53aa184d2099b1f5c1b712df1484211bad3d6093 (patch) | |
tree | a913fbbec564ab1707e72d601be106bd07847d59 /Makefile | |
parent | fcd9d77b642c0cd45cae61cf10ed1924f2e7945b (diff) | |
download | Hyprland-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |