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

8
example/main.c Normal file
View File

@@ -0,0 +1,8 @@
#include <stdio.h>
int main(void)
{
printf("Hello world!\n");
printf("This is build 2!\n");
return 0;
}

1
example/test.c Normal file
View File

@@ -0,0 +1 @@