chore(Makefile): add test target

This commit is contained in:
2025-03-09 15:49:11 +01:00
parent ea9af1577a
commit c5d678d58c
2 changed files with 34 additions and 10 deletions

3
test/test_main.c Normal file
View File

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