diff --git a/TP2/Makefile b/TP2/Makefile index 9595d4f..2f6c403 100644 --- a/TP2/Makefile +++ b/TP2/Makefile @@ -4,7 +4,7 @@ RM = rm -rf RAPPORT_DIR = Rapport SLIDES_DIR = Rapport/presentation -EXCLUSIONS = README.* $(RAPPORT_DIR) +EXCLUSIONS = README.* $(RAPPORT_DIR) nj* $(foreach i, $(EXCLUSIONS), $(eval TAR_EXCLUDE = $(TAR_EXCLUDE) --exclude="$(i)")) NAME = TP2 - Groupe 4