added README

This commit is contained in:
2026-06-22 23:37:07 +02:00
parent 27bb4a99b6
commit 8aba807658
2 changed files with 9 additions and 3 deletions
+4 -3
View File
@@ -6,8 +6,9 @@ all:
$(MAKE) -C ./Slides/
@cp ./Handout/build/main.pdf build/handout.pdf
@cp ./Slides/build/main.pdf build/slides.pdf
@echo "[*] Output written to ./build/*.pdf"
clean:
@rm ./Handout/build -r
@rm ./Slides/build -r
@rm ./build -r
@sudo rm ./Handout/build -rf
@sudo rm ./Slides/build -rf
@rm ./build -rf
+5
View File
@@ -0,0 +1,5 @@
# USB Attacks - Handout and Slides
This repo holds the LaTex source for our university projects handout and slides.
For more info about the project visit [the overview repo](https://git.magnusku.de/Magnus/usb_attacks).