buildinx script update
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "cleaning"
|
||||
/usr/bin/cmake --build /home/ubuntu/mlisp/build --config Release --target clean -j 4 --
|
||||
cmake --build ./build --config Release --target clean -j 4 --
|
||||
echo "building ml"
|
||||
/usr/bin/cmake --build /home/ubuntu/mlisp/build --config Release --target all -j 4 --
|
||||
cmake --build ./build --config Release --target all -j 4 --
|
||||
|
||||
echo ""
|
||||
echo "copying lsp files"
|
||||
cp stdlib/*.lsp /usr/local/var/mlisp/
|
||||
echo "copying ml file"
|
||||
cp /home/ubuntu/mlisp/build/ml /usr/local/bin/ml
|
||||
cp ./build/ml /usr/local/bin/ml
|
||||
|
||||
echo ""
|
||||
echo "if syntax has changed you may use"
|
||||
|
||||
Reference in New Issue
Block a user