From: Benjamin Mako Hill Date: Thu, 27 Mar 2014 03:13:40 +0000 (-0700) Subject: updated makefile to not hardcode the file name X-Git-Url: https://code.communitydata.science/cdsc_tex.git/commitdiff_plain/141c6a211ab0eebc611ee4df61cdf61a610bf72f?ds=sidebyside updated makefile to not hardcode the file name --- 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: