Update makefile with some libraries compiled separately

This commit is contained in:
2026-06-17 17:34:07 +02:00
parent f0267d7a5c
commit 8aab365e14
7 changed files with 65 additions and 22 deletions

View File

@@ -5,8 +5,8 @@ clear
if [ $1 = "build" ]; then
echo "Building"
make server -B
make userctl -B
make server
make userctl
elif [ $1 = "run" ]; then
echo "Running"