From 724e411ffcf1e2c528a7d4fb6fc24350076ad37f Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Thu, 17 Nov 2022 18:27:50 +0000 Subject: [PATCH] avoid header clashes in make all --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0240ad95..1a193086 100644 --- a/Makefile +++ b/Makefile @@ -124,9 +124,12 @@ clear: rm -rf ./subprojects/wlroots/build all: - make config + make clear + make fixwlr + cd ./subprojects/wlroots && meson build/ --buildtype=release && ninja -C build/ && cp ./build/libwlroots.so.12032 /usr/lib/ && cd ../.. + make protocols make release - cd ./hyprctl && make all && cd .. + cd hyprctl && make all && cd .. install: make clear