From 62f168f6a48c4eb442acd2bbed9de5fdb48f7f22 Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Tue, 18 Jun 2024 21:04:36 +0100 Subject: [PATCH] Updated Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9bf78e3..557436b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BIN_SYSTEM_PATH=/usr/local/bin INC_SYSTEM_PATH=/usr/include # Set the default target to build -default-target: build +default: build ### Makefile targets for hyprwm libraries ### @@ -43,7 +43,7 @@ hyprutils: git submodule init git submodule update --remote hyprutils __Hyprutils = $(INC_SYSTEM_PATH)/hyprutils.hpp -$(__Hyprutils): hyprutils +$(__Hyprutils): @[[ -z "$(ls -A hyprutils)" ]] && $(MAKE) hyprutils $(CMAKE) --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \ -DCMAKE_INSTALL_PREFIX:PATH=/usr -S hyprutils -B ./hyprutils/build