diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-23 00:46:30 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-23 00:46:30 +0100 |
commit | 3c6faa4e91ad3e31578a5e99d36daa7e13c01bcd (patch) | |
tree | 3ef249b0f8ade7229b0e292a7854d69271bd7f06 | |
parent | ceb11a625d5f71db2a16b6e482a8ebfd600f4e57 (diff) |
PREFIX: /home/chess
-rw-r--r-- | options.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |