diff options
| author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-10-19 23:04:04 +0100 |
|---|---|---|
| committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-10-19 23:04:04 +0100 |
| commit | 66c5134eb58e8566f564d59776bd5431c6333828 (patch) | |
| tree | 1d852cd3f28eea044f244d6999619b23b6b2a6aa /build.sh | |
| parent | 913b34588ffaf769d693ce91e322f8b67dc7817f (diff) | |
| download | alisp-66c5134eb58e8566f564d59776bd5431c6333828.tar.gz alisp-66c5134eb58e8566f564d59776bd5431c6333828.tar.bz2 alisp-66c5134eb58e8566f564d59776bd5431c6333828.zip | |
Remove impl folder
Diffstat (limited to 'build.sh')
| -rw-r--r-- | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |
