aboutsummaryrefslogtreecommitdiffstats
path: root/options.mk
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-18 23:45:44 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-18 23:45:44 +0100
commit436fe48bf7457a9e3e146fa94009e515d63c02a7 (patch)
tree9ef3f7e1fbae8133c459f9212dfa2c7714541399 /options.mk
parentf474b6cbc9749a6f51a0f7f7c01c1100730dfce0 (diff)
Described 'FICS_HOME'
Diffstat (limited to 'options.mk')
-rw-r--r--options.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.mk b/options.mk
index 0f943ce..3bbc34a 100644
--- a/options.mk
+++ b/options.mk
@@ -1,6 +1,8 @@
# options.mk
+# Locations of the data, players and games directories.
FICS_HOME ?= /home/_fics
+
PREFIX ?= /usr/local
CC ?= cc