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