commit tools

This commit is contained in:
fuyangchenghu
2020-06-21 18:42:05 -07:00
parent 968e55c973
commit c1f7c3911f
18 changed files with 1673 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
rm -rf build
mkdir -p build/intermediates/host
cd build/intermediates/host
cmake ../../../src -DCMAKE_CXX_COMPILER=g++ -DCMAKE_SKIP_RPATH=TRUE
make
cd ../../../out
mv main amexec