aboutsummaryrefslogtreecommitdiff
path: root/gupta/Makefile
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2022-02-10 01:12:45 -0500
committerHolden Rohrer <hr@hrhr.dev>2022-02-10 01:12:45 -0500
commit89862ae6a0554870a7708ae73112f86d2d21fc8d (patch)
treef81c5fb1a69b34687fc79d6fd6ca336411cf4777 /gupta/Makefile
parent6ce1db1f867c545ebdb1afb705580514b356f883 (diff)
new teachers, new work
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