Améliorations des différents tests
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
FLAGS = -ansi -pedantic
|
||||
COMPILATEUR = gcc
|
||||
OPTIONS = -o
|
||||
EXECUTABLE = main
|
||||
SOURCE = main.c
|
||||
|
||||
main: main.c
|
||||
gcc $(FLAGS) -o main main.c
|
||||
$(COMPILATEUR) $(FLAGS) $(OPTIONS) $(EXECUTABLE) $(SOURCE)
|
||||
|
BIN
tests/C/test-05-variables/bake/bakefile.jar
Normal file
BIN
tests/C/test-05-variables/bake/bakefile.jar
Normal file
Binary file not shown.
BIN
tests/C/test-05-variables/bakefile.jar
Normal file
BIN
tests/C/test-05-variables/bakefile.jar
Normal file
Binary file not shown.
@@ -1,4 +1,8 @@
|
||||
FLAGS = -ansi -pedantic
|
||||
COMPILATEUR = gcc
|
||||
OPTIONS = -o
|
||||
EXECUTABLE = main
|
||||
SOURCE = main.c
|
||||
|
||||
main: main.c
|
||||
gcc $(FLAGS) -o main main.c
|
||||
$(EXECUTABLE): $(SOURCE)
|
||||
$(COMPILATEUR) $(FLAGS) $(OPTIONS) $(EXECUTABLE) $(SOURCE)
|
||||
|
@@ -1 +0,0 @@
|
||||
# Test 5 : Utilisation de variables
|
BIN
tests/C/test-05-variables/make/bakefile.jar
Normal file
BIN
tests/C/test-05-variables/make/bakefile.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user