Correction de l'indentation pour le Makefile/Bakefile du test-05
This commit is contained in:
@@ -4,5 +4,5 @@ OPTIONS = -o
|
||||
EXECUTABLE = main
|
||||
SOURCE = main.c
|
||||
|
||||
$(EXECUTABLE): $(SOURCE)
|
||||
main: main.c
|
||||
$(COMPILATEUR) $(FLAGS) $(OPTIONS) $(EXECUTABLE) $(SOURCE)
|
Reference in New Issue
Block a user