From cc8054b06f0b3522337f69af8fef44308ea92c6d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 22 Oct 2019 20:11:44 +0200 Subject: Added Latex This is not a book about programming --- not-a-book/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 not-a-book/Makefile (limited to 'not-a-book/Makefile') diff --git a/not-a-book/Makefile b/not-a-book/Makefile new file mode 100644 index 0000000..5f19965 --- /dev/null +++ b/not-a-book/Makefile @@ -0,0 +1,2 @@ +dev: + find -type f | egrep -i "*.tex|*.yml|*.html|*.js" | entr -r pdflatex book.tex -- cgit v1.2.3