diff --git a/cd06/Makefile b/cd06/Makefile index 9148b7e..6a152ec 100644 --- a/cd06/Makefile +++ b/cd06/Makefile @@ -3,5 +3,5 @@ include Makefile.config all: python3 script.py target rm -rf target/tmp/ - lftp -e 'mirror -e -R target Recette; exit' $(SFTP_URL) + lftp -e 'mirror -e -R target $(SFTP_DIRECTORY); exit' $(SFTP_URL)