aboutsummaryrefslogtreecommitdiff
path: root/howard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'howard/Makefile')
-rw-r--r--howard/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/howard/Makefile b/howard/Makefile
new file mode 100644
index 0000000..8e5dd3a
--- /dev/null
+++ b/howard/Makefile
@@ -0,0 +1,12 @@
+.POSIX:
+.SUFFIXES: .tex .pdf
+
+PDFTEX = pdftex
+
+.tex.pdf:
+ $(PDFTEX) $<
+
+all: hw1.pdf hw2.pdf hw3.pdf
+
+clean:
+ rm -f *.pdf *.log