5 lines
149 B
Bash
Executable file
5 lines
149 B
Bash
Executable file
#! /bin/bash
|
|
|
|
# Automatically compile libivy.so when we pull down the repo.
|
|
# https://github.com/AdeAttwood/ivy.nvim#compiling
|
|
cargo build --release
|