chore: Initialize basic targets in Makefile

This commit is contained in:
2025-03-09 15:02:07 +01:00
parent 6253ea73c2
commit ea9af1577a
3 changed files with 39 additions and 0 deletions

3
src/main.c Normal file
View File

@@ -0,0 +1,3 @@
int main() {
return 0;
}