Skip to content

Commit

Permalink
Make sure to include report as well
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesmag committed Nov 5, 2021
1 parent b540356 commit ede4a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit ede4a51

Please sign in to comment.