Add impl-generator script!

This commit is contained in:
Ben S
2015-07-15 16:56:41 +01:00
parent eb06c53efc
commit 55bb739dbe
8 changed files with 453 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
all:
xcodebuild -configuration Release
cp -r build/Release/Rust.bblm Contents/"Language Modules"
cd impl-generator; cargo build --release; cp target/release/impl-generator ../Contents/Resources/impl-generator-bin
clean:
rm -r build