diff --git a/Makefile b/Makefile index 089448e..6d31c32 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ $(EXE) : $(OFILES) ### REGLES OPTIONNELLES ### -start : $(EXE) +run : $(EXE) ./$(EXE) clean :