main/server: fix targets

This commit is contained in:
Olivier Chafik 2024-06-06 15:53:25 +01:00
parent 8b7c734473
commit 9a03341094
9 changed files with 10 additions and 12 deletions

View file

@ -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`