LibAC-dart/compile.sh

8 lines
170 B
Bash
Executable file

#!/bin/bash
rm -rf doc
dart doc
mkdir out
rm -rf out/*
dart compile exe -o out/server_test bin/server_test.dart
dart compile exe -o out/client_test bin/client_test.dart