diff --git a/Makefile b/Makefile index 2088a2b..038771b 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ start: # Require a password. Not versioned. See Bitwarden. deploy: - lftp -e "mirror -R ./ ftp://dhufpvp@ftp.cluster029.hosting.ovh.net/www" -u dhufpvp,${FTP_PASS} \ No newline at end of file + lftp -e "mirror -R ./src ftp://dhufpvp@ftp.cluster029.hosting.ovh.net/www" -u dhufpvp,${FTP_PASS} \ No newline at end of file