aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-23 00:46:30 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-23 00:46:30 +0100
commit3c6faa4e91ad3e31578a5e99d36daa7e13c01bcd (patch)
tree3ef249b0f8ade7229b0e292a7854d69271bd7f06
parentceb11a625d5f71db2a16b6e482a8ebfd600f4e57 (diff)
PREFIX: /home/chess
-rw-r--r--options.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.mk b/options.mk
index 72ca211..8bd4969 100644
--- a/options.mk
+++ b/options.mk
@@ -3,7 +3,7 @@
# Locations of the data, players and games directories.
FICS_HOME ?= /home/chess/fics
-PREFIX ?= /usr/local
+PREFIX ?= /home/chess
CC ?= cc
CFLAGS = -O2 -Wall -pipe -std=c11