From 141c6a211ab0eebc611ee4df61cdf61a610bf72f Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Wed, 26 Mar 2014 20:13:40 -0700 Subject: [PATCH] updated makefile to not hardcode the file name --- paper_template/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/paper_template/Makefile b/paper_template/Makefile index e78e0f4..29384c8 100644 --- a/paper_template/Makefile +++ b/paper_template/Makefile @@ -1,7 +1,6 @@ #!/usr/bin/make -#all: $(patsubst %.tex,%.pdf,$(wildcard *.tex)) -all: project_description.pdf references.pdf +all: $(patsubst %.tex,%.pdf,$(wildcard *.tex)) pdf: all refs-processed.bib: -- 2.39.2