From d334b04c4d7de2e200a1a37fbf1ecc2758280e94 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 26 Mar 2022 16:00:10 -0400 Subject: [1.0r2] cleanup, comments --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3