Skip to content

Commit 1d82c74

Browse files
mmyaaaaaSevhenatbrar06Ayushi1972nivethakuruparan
authored
Usability testing extra (#536)
Co-authored-by: Sevhena Walker <[email protected]> Co-authored-by: tbrar06 <[email protected]> Co-authored-by: Ayushi Amin <[email protected]> Co-authored-by: Nivetha Kuruparan <[email protected]>
1 parent 9f95db8 commit 1d82c74

16 files changed

+1584
-81
lines changed

docs/DevelopmentPlan/DevelopmentPlan.tex

Lines changed: 58 additions & 63 deletions
Large diffs are not rendered by default.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Makefile
2+
# From https://danielkaes.wordpress.com/2009/03/14/compiling-latex-documents-using-makefiles/
3+
4+
PROJECT=SRS
5+
TEX=latexmk
6+
BUILDTEX=$(TEX) -pdf $(PROJECT).tex
7+
8+
all:
9+
$(BUILDTEX)
10+
11+
clean-all:
12+
rm -f *.dvi *.log *.bak *.aux *.bbl *.blg *.idx *.ps *.eps *.pdf *.toc *.synctex.gz *.out *~
13+
14+
clean:
15+
rm -f *.log *.bak *.aux *.bbl *.blg *.idx *.toc *.out *.synctex.gz *~
3.04 MB
Binary file not shown.

0 commit comments

Comments
 (0)