X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topbloke-formulae.git;a=blobdiff_plain;f=Makefile;h=1713c65b06549eba6d58134590a5ea2055bb4b97;hp=0391a54176f7d05f5e14506c1673f71e8dd2d8c7;hb=670d1b8cb1403203123ffd2d6c510f82bb7a335c;hpb=3bacd8e20d8b182ded5005470c0116ef99795ca9 diff --git a/Makefile b/Makefile index 0391a54..1713c65 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,13 @@ +SRCS := $(wildcard *.tex) + +default: article.pdf + +article.pdf: $(SRCS) + pdflatex -halt-on-error article.tex