From 5dd3081df869759d077c7efee92b86388683fa69 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Mon, 31 Aug 2020 17:34:19 -0400 Subject: Add JMLR 20 review --- Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3082316 --- /dev/null +++ b/Makefile @@ -0,0 +1,16 @@ +PAPER = subliminal +TEX = $(wildcard *.tex) +BIB = refs.bib + +.PHONY: all clean FORCE + +all: jmlr-20-208.pdf + +%.pdf: FORCE + latexrun -W no-xcolor $*.tex + +clean: + latexrun --clean-all + +watch: + watchman-make -p '**/*.tex' '*.bib' -t all -- cgit v1.2.3-70-g09d2