Ajout de nouveaux fichiers de test et suppression de fichiers obsolètes
This commit is contained in:
6
tests/test-15-subdir-build/make/src/main.c
Normal file
6
tests/test-15-subdir-build/make/src/main.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello from Bake & Make!\n");
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user