From b9f80a2b37edf9682f189b406542b3f7a93b24a3 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 2 Apr 2025 20:54:37 +0300 Subject: Moved directory and some experimental changes --- src/build_tree/ak_log_build.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 src/build_tree/ak_log_build.sh (limited to 'src/build_tree/ak_log_build.sh') diff --git a/src/build_tree/ak_log_build.sh b/src/build_tree/ak_log_build.sh deleted file mode 100755 index ab83378..0000000 --- a/src/build_tree/ak_log_build.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env bash - -echo "Building lib/aklog.so" && \ -gcc -c -shared -Wextra -Wall -Werror -pedantic -ggdb -fPIC -I./include aklog.c -o lib/aklog.so && \ -echo "Building tests/test_aklog" && \ -gcc -Wextra -Wall -Werror -pedantic -ggdb -Wl,-rpath=lib -I./include tests/test_aklog.c lib/aklog.so -o tests/test_aklog && \ -echo "Running test_aklog" && \ -time ./tests/test_aklog && \ -rm ./tests/test_aklog -gcc -Wextra -Wall -Werror -pedantic -ggdb -Wl,-rpath=lib -I./include tests/test_aklogwrite.c lib/aklog.so -o tests/test_aklogwrite && \ -echo "Running test_aklogwrite" && \ -time ./tests/test_aklogwrite && \ -rm ./tests/test_aklogwrite -- cgit v1.2.3