main/server: fix targets
This commit is contained in:
parent
8b7c734473
commit
9a03341094
9 changed files with 10 additions and 12 deletions
|
@ -30,7 +30,7 @@ cd ../../..
|
|||
mkdir build
|
||||
cd build
|
||||
cmake -DLLAMA_CURL=ON ../
|
||||
cmake --build . --target server
|
||||
cmake --build . --target llama-server
|
||||
```
|
||||
|
||||
2. Start the test: `./tests.sh`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue