diff --git a/Makefile b/Makefile index 0f5ef341..d05ac161 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ clean: rm -fr ../submission rm -fr submission_group09.tar.gz -submission: +submission: report.pdf cp -r ../project ../submission rm -fr ../submission/website/.next ../submission/website/node_modules cd ../submission && git clean -f -X diff --git a/README.md b/README.md index 071762bb..de7ce143 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ VU LSDE 2021 - Assignment 2 - Project W4 - DDOS Detection | Directory | Description | | ------------------ | ------------------------------------------------------------------------------------------------ | +| report.pdf | Report related to this project | | data | Generated datasets used for analysis and website | | exploration | Development scripts grouped by team member | | img | Generated images for the report |