Skip to content

Commit

Permalink
fix: Small typio in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Jun 17, 2024
1 parent 36dde49 commit 7eb85ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/gl-client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ else
REPO_ROOT=$(shell git rev-parse --show-toplevel)
endif

LIBS=${REPO}/libs
LIBS=${REPO_ROOT}/libs
GL_CLIENT_DIR=${LIBS}/gl-client

check-gl-client:
Expand Down

0 comments on commit 7eb85ce

Please sign in to comment.