From 66c5134eb58e8566f564d59776bd5431c6333828 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 19 Oct 2025 23:04:04 +0100 Subject: Remove impl folder --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index a3b91c6..c8e8cec 100644 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -xe CFLAGS="-Wall -Wextra -std=c11 -ggdb -fsanitize=address -fsanitize=undefined -Wswitch -Wswitch-enum" LINK="-I." -LIB=$(find "./impl" -name "*.c" -not -name "main.c" -not -name "test.c") +LIB=$(find "./" -name "*.c" -not -name "main.c" -not -name "test.c") OUT="alisp.out" build() { -- cgit v1.2.3-13-gbd6f