ordonnanceur.elf

This commit is contained in:
Mylloon 2024-03-15 12:32:26 +01:00
parent a44105cb5b
commit 07209452aa
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View file

@ -1,5 +1,5 @@
*.o
*.out
*.elf
*.pdf

View file

@ -12,8 +12,8 @@ OBJETS = $(patsubst %.c,%.o,$(notdir $(SOURCES)))
CFLAGS = -std=gnu11 -pedantic
LDFLAGS =
EXE = projet
EXE_EXT = out
EXE = ordonnanceur
EXE_EXT = elf
ARCHIVE = kennel
PDF_DIR = report

4
README
View file

@ -6,12 +6,12 @@ Compilation
make
Ce qui créer l'exécutable `projet.out`.
Ce qui créer l'exécutable `ordonnanceur.elf`.
Lancement
---------
./projet.out
./ordonnanceur.elf
Info
----