This makes it possible for users to upgrade with a simple `git pull`, rather than having to re-download the latest release from GitHub each time - after checking that there is one, first! It also converts it from just a `.bblm` file to an entire `.bbprojectd` file, allowing me to add things like Clippings and Text Filters in the future. (Planned!)
6 lines
119 B
Makefile
6 lines
119 B
Makefile
all:
|
|
xcodebuild -configuration Release
|
|
cp -r build/Release/Rust.bblm Contents/"Language Modules"
|
|
|
|
clean:
|
|
rm -r build
|