1
0

Renommage du but "start" en "run"

- Modification du nom du but "start" en "run" afin de correspondre aux
consignes concernant les spécificités du fichier Makefile
This commit is contained in:
Lyanis SOUIDI 2022-11-27 21:45:36 +01:00
parent d320410bf6
commit 4a0ad4e3c1

View File

@ -23,7 +23,7 @@ $(EXE) : $(OFILES)
### REGLES OPTIONNELLES ###
start : $(EXE)
run : $(EXE)
./$(EXE)
clean :