summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorRudy Dellomas III <rdellomasiii@outlook.com>2021-02-16 16:17:09 +1000
committerRudy Dellomas III <rdellomasiii@outlook.com>2021-02-16 16:17:09 +1000
commit4490a8fb21c7c7b14bb9723039c470ae50a13ee4 (patch)
treeba2200da3b3656a4bf39ab7ad1ea78c34415c680 /src/Makefile
parent5a8e0aee829b9bf9ed0fb580b2916f05ecb39f2d (diff)
Check $XDG_CONFIG_HOME, fallback to compile dir
Diffstat (limited to 'src/Makefile')
-rwxr-xr-xsrc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 9ab27ed..cf0b5fe 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -14,7 +14,7 @@ MANDIR = $(prefix)/share/man/man1
# This is where the history file go
HISTORY_DIR= .cache
# This is where the config file go
-CONFIG_DIR= .config
+CONFIG_DIR= .config/sc-im
# Change these to your liking or use `make CC=gcc` etc
#CC = cc