7 lines
64 B
Makefile
7 lines
64 B
Makefile
|
SRC=paper.tex
|
||
|
|
||
|
all: paper.pdf
|
||
|
|
||
|
include Paper-Makefile/Makefile
|
||
|
|