dir creation added
This commit is contained in:
parent
1b9942b1e0
commit
f78380afd4
|
|
@ -7,6 +7,7 @@ cmake --build ./build --config Release --target all -j 4 --
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "copying lsp files"
|
echo "copying lsp files"
|
||||||
|
mkdir -p /usr/local/var/mlisp/
|
||||||
cp stdlib/*.lsp /usr/local/var/mlisp/
|
cp stdlib/*.lsp /usr/local/var/mlisp/
|
||||||
echo "copying ml file"
|
echo "copying ml file"
|
||||||
cp ./build/ml /usr/local/bin/ml
|
cp ./build/ml /usr/local/bin/ml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue