aboutsummaryrefslogtreecommitdiff
path: root/gupta/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gupta/Makefile')
-rw-r--r--gupta/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/gupta/Makefile b/gupta/Makefile
new file mode 100644
index 0000000..1188bc9
--- /dev/null
+++ b/gupta/Makefile
@@ -0,0 +1,18 @@
+.POSIX:
+.SUFFIXES: .tex .pdf
+
+PDFTEX = pdftex
+PDFLATEX = pdflatex
+
+.tex.pdf:
+ $(PDFTEX) $<
+
+all: hw1.pdf hw2.pdf hw3.pdf hw4.pdf hw5.pdf
+
+clean:
+ rm -f *.pdf *.log *.aux
+
+hw2.pdf: hw2.tex
+ $(PDFLATEX) hw2.tex
+ $(PDFLATEX) hw2.tex
+ $(PDFLATEX) hw2.tex