From ef8c2f0865f0b8a6bf808e4e542e49f69bc0d781 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sun, 14 May 2023 19:35:23 +0000 Subject: [PATCH] Make Telodendria use Cytoplasm. This commit removes all the duplicate code and makes Telodendria use the new Cytoplasm library. --- LICENSE.txt | 1 - make.sh | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 9d1c610..90f6e6d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 diff --git a/make.sh b/make.sh index c87a3e2..37e86df 100755 --- a/make.sh +++ b/make.sh @@ -122,6 +122,10 @@ recipe_docs() { fi } +recipe_libs() { + echo "-lm -pthread ${TLS_LIBS}" +} + recipe_build() { mkdir -p "${BUILD}" ${OUT}/{bin,lib} cd "${SRC}"