Added my lab report from school
This commit is contained in:
9
labreport/Makefile
Normal file
9
labreport/Makefile
Normal 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
|
Reference in New Issue
Block a user