Feature: Add capability to build multiple files.

This commit is contained in:
0x221E
2026-01-18 16:43:23 +01:00
parent 5fd1f72624
commit abe970c173
7 changed files with 97 additions and 26 deletions

View File

@@ -1 +1 @@
gcc -o ibuild src/main.c src/memory.c src/utils.c src/string.c src/discovery.c src/io.c src/command.c -fsanitize=address -g -DDEBUG -Wall -Wextra -Wpedantic -Wshadow
gcc -o example/ibuild src/main.c src/memory.c src/utils.c src/string.c src/discovery.c src/io.c src/command.c src/build.c -fsanitize=address -g -DDEBUG -Wall -Wextra -Wpedantic -Wshadow