summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-03-26 16:00:10 -0400
committerpommicket <pommicket@gmail.com>2022-03-26 16:00:10 -0400
commitd334b04c4d7de2e200a1a37fbf1ecc2758280e94 (patch)
treec64cf012ce289f4cdb2db8948771f00b2077c0a3 /Makefile
parent6617f77adbaeb0dc79c7b07f6ec3a107adb117db (diff)
[1.0r2] cleanup, comments
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 94fa92c..e1f14f7 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,8 @@ LIBS=-lSDL2 -lGL -lm libpcre2-32.a
DEBUG_CFLAGS=$(ALL_CFLAGS) -DDEBUG -O0 -g
RELEASE_CFLAGS=$(ALL_CFLAGS) -O3
PROFILE_CFLAGS=$(ALL_CFLAGS) -O3 -DPROFILE=1
+# if you change the directories below, ted won't work.
+# we don't yet have support for using different data directories
GLOBAL_DATA_DIR=/usr/share/ted
LOCAL_DATA_DIR=/home/`logname`/.local/share/ted
INSTALL_BIN_DIR=/usr/bin