Skip to content

Commit

Permalink
Allow custom CONFIG_DIR at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel committed Feb 21, 2024
1 parent b093da5 commit 5832c75
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 @@ -4,7 +4,7 @@ COMMIT=$(shell git describe --no-match --always --abbrev=7 --dirty)
VKBD=uinput
PREFIX?=/usr/local

CONFIG_DIR=/etc/keyd
CONFIG_DIR?=/etc/keyd
SOCKET_PATH=/var/run/keyd.socket

CFLAGS:=-DVERSION=\"v$(VERSION)\ \($(COMMIT)\)\" \
Expand Down

0 comments on commit 5832c75

Please sign in to comment.