dir creation added

This commit is contained in:
vaclavt 2022-01-13 21:55:36 +01:00
parent 1b9942b1e0
commit f78380afd4
1 changed files with 1 additions and 0 deletions

View File

@ -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