17
0

updated makefile to not hardcode the file name

This commit is contained in:
Benjamin Mako Hill 2014-03-26 20:13:40 -07:00
parent 8e6dd96bbe
commit 141c6a211a

View File

@ -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: