Ajout de nouveaux fichiers de test et suppression de fichiers obsolètes
This commit is contained in:
5
tests/test-01-from-nothing/make/Makefile
Normal file
5
tests/test-01-from-nothing/make/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
main: main.c
|
||||
gcc -o main main.c
|
||||
|
||||
clean:
|
||||
rm main
|
6
tests/test-01-from-nothing/make/main.c
Normal file
6
tests/test-01-from-nothing/make/main.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
printf("Ceci est un programme de test du Bakefile !\n");
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user