Modification des tests (Création de répertoire make et bake)
This commit is contained in:
5
tests/C/test-01-from-nothing/bake/Bakefile
Normal file
5
tests/C/test-01-from-nothing/bake/Bakefile
Normal file
@@ -0,0 +1,5 @@
|
||||
main: main.c
|
||||
gcc -o main main.c
|
||||
|
||||
clean:
|
||||
rm main
|
Reference in New Issue
Block a user