ss928_framework/build.sh
2024-12-16 13:31:45 +08:00

9 lines
67 B
Bash
Executable File

####!/bin/sh
mkdir -p build/
pushd build/
cmake ..
make -j8
popd