Added my lab report from school

This commit is contained in:
2025-05-02 11:41:35 +02:00
parent 1954926359
commit 768e533676
5 changed files with 103 additions and 0 deletions

9
labreport/Makefile Normal file
View File

@@ -0,0 +1,9 @@
lab:
cat lab.tex | sed 's/Lab report X/Lab report $(LAB)'/ > lab$(LAB).tex
pdflatex lab$(LAB).tex
clean:
rm *.aux
rm *.log
rm *.out
rm *.toc
rm *.pdf