remove verbose
This commit is contained in:
parent
8de3486251
commit
93a2079b9d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ $(foreach i, $(EXCLUSIONS), $(eval TAR_EXCLUDE = $(TAR_EXCLUDE) --exclude="$(i)"
|
|||
NAME = TP2 - Groupe 4
|
||||
TAR = tar -czf
|
||||
RAPPORT = $(RAPPORT_DIR)/rapport.pdf
|
||||
CP = rsync -av $(TAR_EXCLUDE)
|
||||
CP = rsync -r $(TAR_EXCLUDE)
|
||||
MV = mv
|
||||
|
||||
SOURCES_RAND = $(filter-out src/my_player.cpp, $(wildcard src/*.cpp))
|
||||
|
|
Reference in a new issue