hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit c1b17e86d9a84e419accdb27e7221658727bc2b1
parent 4621b2b89267006c4559358c1df76d0c288c97dc
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 14 Mar 2021 12:23:11 -0400

Move cache to .cache

As to not muddy the list of module directories

Diffstat:
M.gitignore | 2+-
Mconfig.example.mk | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,3 +1,3 @@ -cache config.mk +.cache .bin diff --git a/config.example.mk b/config.example.mk @@ -1,4 +1,4 @@ -HARECACHE=cache +HARECACHE=.cache PLATFORM=+linux ARCH=+x86_64