Fixed bug with Makefile target
This commit is contained in:
parent
8e41c5b04d
commit
3046e1be00
2
Makefile
2
Makefile
|
|
@ -94,7 +94,7 @@ hyprpaper:
|
|||
git submodule init
|
||||
git submodule update --remote hyprpaper
|
||||
__Hyprpaper = hyprpaper/build
|
||||
hyprpaper: $(__Hyprlang)
|
||||
$(__Hyprpaper): $(__Hyprlang)
|
||||
@[[ -z "$(ls -A hyprpaper)" ]] && $(MAKE) hyprpaper
|
||||
$(CMAKE) --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=/usr -S ./hyprpaper -B ./hyprpaper/build
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user