From 6f3570ef40729b67cea6a025efea81c360a1665c Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Thu, 22 Jun 2023 16:04:25 +0200 Subject: [PATCH] save changes made sparsely the last 2 years (segfault everywhere) --- .gitignore | 4 +++- env.sh | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 env.sh diff --git a/.gitignore b/.gitignore index 4704c9e..e0a4cc4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,9 @@ move bits eval debug -bodichess +brchess +*.o *.s /test/ /obj/ +/lib/ diff --git a/env.sh b/env.sh new file mode 100644 index 0000000..87ed12e --- /dev/null +++ b/env.sh @@ -0,0 +1 @@ +export LD_LIBRARY_PATH=./lib