Make Telodendria use Cytoplasm.

This commit removes all the duplicate code and makes Telodendria use the
new Cytoplasm library.
This commit is contained in:
Jordan Bancino 2023-05-14 19:35:23 +00:00
parent 40eac30b5c
commit ef8c2f0865
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,4 @@
/*
* Cytoplasm (libcytoplasm)
* Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net>
*
* Permission is hereby granted, free of charge, to any person

View File

@ -122,6 +122,10 @@ recipe_docs() {
fi
}
recipe_libs() {
echo "-lm -pthread ${TLS_LIBS}"
}
recipe_build() {
mkdir -p "${BUILD}" ${OUT}/{bin,lib}
cd "${SRC}"