Add commit helper to compile scripts
This commit is contained in:
parent
63553a82a2
commit
3eb1d0e691
2 changed files with 5 additions and 3 deletions
|
@ -10,6 +10,8 @@ cd dart
|
|||
mkdir out
|
||||
dart pub get
|
||||
|
||||
|
||||
dart compile exe -o out/gch-linux-x64 bin/ch.dart
|
||||
dart compile exe -o out/dbikc-linux-x64 bin/dbikc.dart
|
||||
dart compile exe -o out/mkfsreport-linux-x64 bin/mkfsreport.dart
|
||||
dart compile exe -o out/nbt2snbt-linux-x64 bin/nbt2snbt.dart
|
||||
|
@ -29,4 +31,4 @@ cd build
|
|||
cmake ..
|
||||
make
|
||||
|
||||
cd ../..
|
||||
cd ../..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue