updated makefile to not hardcode the file name
This commit is contained in:
parent
8e6dd96bbe
commit
141c6a211a
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user