Skip to content
Extraits de code Groupes Projets
Valider 2a7cd5a4 rédigé par Samuel de Meester de Ravestein's avatar Samuel de Meester de Ravestein
Parcourir les fichiers

final version

parent 81c654f4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -16,7 +16,7 @@ RECEIVER_OBJECTS = $(RECEIVER_SOURCES:.c=.o) ...@@ -16,7 +16,7 @@ RECEIVER_OBJECTS = $(RECEIVER_SOURCES:.c=.o)
SENDER = sender SENDER = sender
RECEIVER = receiver RECEIVER = receiver
all: aux all: makelinksim aux
aux: $(RECEIVER) $(SENDER) aux: $(RECEIVER) $(SENDER)
...@@ -53,7 +53,7 @@ interop: debug ...@@ -53,7 +53,7 @@ interop: debug
# By default, logs are disabled. But you can enable them with the debug target. # By default, logs are disabled. But you can enable them with the debug target.
debug: CFLAGS += -D_DEBUG debug: CFLAGS += -D_DEBUG
debug: clean aux debug: clean aux makelinksim
perfomance: aux perfomance: aux
@./tests/run_perfomance.sh @./tests/run_perfomance.sh
...@@ -65,6 +65,6 @@ ZIP_NAME="../projet1_ingenzi_de_meester.zip" ...@@ -65,6 +65,6 @@ ZIP_NAME="../projet1_ingenzi_de_meester.zip"
zip: zip:
# Generate the log file stat now. Try to keep the repository clean. # Generate the log file stat now. Try to keep the repository clean.
git log --stat > gitlog.stat git log --stat > gitlog.stat
zip -r $(ZIP_NAME) Makefile README.md src tests rapport.pdf gitlog.stat zip *
# We remove it now, but you can leave it if you want. # We remove it now, but you can leave it if you want.
rm gitlog.stat rm gitlog.stat
Fichier ajouté
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter