Updated Makefile
This commit is contained in:
parent
f8773d765d
commit
62f168f6a4
4
Makefile
4
Makefile
|
|
@ -6,7 +6,7 @@ BIN_SYSTEM_PATH=/usr/local/bin
|
||||||
INC_SYSTEM_PATH=/usr/include
|
INC_SYSTEM_PATH=/usr/include
|
||||||
|
|
||||||
# Set the default target to build
|
# Set the default target to build
|
||||||
default-target: build
|
default: build
|
||||||
|
|
||||||
### Makefile targets for hyprwm libraries ###
|
### Makefile targets for hyprwm libraries ###
|
||||||
|
|
||||||
|
|
@ -43,7 +43,7 @@ hyprutils:
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update --remote hyprutils
|
git submodule update --remote hyprutils
|
||||||
__Hyprutils = $(INC_SYSTEM_PATH)/hyprutils.hpp
|
__Hyprutils = $(INC_SYSTEM_PATH)/hyprutils.hpp
|
||||||
$(__Hyprutils): hyprutils
|
$(__Hyprutils):
|
||||||
@[[ -z "$(ls -A hyprutils)" ]] && $(MAKE) hyprutils
|
@[[ -z "$(ls -A hyprutils)" ]] && $(MAKE) hyprutils
|
||||||
$(CMAKE) --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \
|
$(CMAKE) --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX:PATH=/usr -S hyprutils -B ./hyprutils/build
|
-DCMAKE_INSTALL_PREFIX:PATH=/usr -S hyprutils -B ./hyprutils/build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user