8 lines
118 B
Makefile
8 lines
118 B
Makefile
|
build:
|
||
|
dotnet build
|
||
|
make -C speech2 -j$(nproc)
|
||
|
|
||
|
clean:
|
||
|
rm -rf SAPIServer/bin SAPIServer/obj
|
||
|
make -C speech2 clean
|