Made some small adjustments

This commit is contained in:
2024-02-19 16:01:53 +01:00
parent 1896e41b8a
commit 5cf1b33178
17 changed files with 1055 additions and 1637 deletions

4
Makefile Normal file → Executable file
View File

@@ -1,7 +1,7 @@
# ---- ---- #
CC = clang
CF = -Wall -lkrb5 -lvirt -ljson-c -g
CC = gcc
CF = -Wall -lkrb5 -lvirt -ljson-c -lcrypto -g
# ---- ---- #