From 609afd96f4069c69945fedcdfa7787ae4f7de967 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Sat, 4 Apr 2020 02:21:04 -0400
Subject: attempted (but wrong) start of solution
---
Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'Makefile')
diff --git a/Makefile b/Makefile
index 934cbc4..6c54cba 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,12 @@
.POSIX:
.SUFFIXES: .tex .pdf
all: progreport/document.pdf execsumm/document.pdf
-progreport/document.pdf: progreport/document.tex format.tex
-execsumm/document.pdf: execsumm/document.tex format.tex
+progreport/document.pdf: progreport/document.tex format.tex com.tex
+execsumm/document.pdf: execsumm/document.tex format.tex com.tex
.tex.pdf:
cd ${@D} && pdftex --jobname ${*F} ${