aboutsummaryrefslogtreecommitdiffstats
path: root/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'options.mk')
-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