update where lib is created

This commit is contained in:
Jamesbarford 2025-02-05 18:51:18 +00:00
parent 02ce97c29f
commit 03dadc5e85
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ PREFIX=$(realpath $(dirname $0))
curl -L "https://github.com/Jamesbarford/holyc-lang/archive/refs/tags/beta-v0.0.9.zip" -o holyc.zip
unzip ./holyc.zip
cd ./holyc-lang-beta-v0.0.9
mkdir "${PREFIX}"/lib
cd ./holyc-lang-beta-v0.0.9
make \
INSTALL_PREFIX="${PREFIX}"
make install