Skip to content

Commit

Permalink
makefile: only require version.h before installheaders
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Dec 6, 2023
1 parent 03c6f45 commit c4bd91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pluginenv:
@exit 1

installheaders:
@if [ ! -f ./build/Hyprland ]; then echo -en "You need to run $(MAKE) all first.\n" && exit 1; fi
@if [ ! -f ./src/version.h ]; then echo -en "You need to run $(MAKE) all first.\n" && exit 1; fi

mkdir -p ${PREFIX}/include/hyprland
mkdir -p ${PREFIX}/include/hyprland/protocols
Expand Down

0 comments on commit c4bd91e

Please sign in to comment.