From: Ian Jackson Date: Fri, 16 Mar 2012 21:47:37 +0000 (+0000) Subject: split into multiple source files X-Git-Tag: f0.2~20 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topbloke-formulae.git;a=commitdiff_plain;h=7dc335c17ae313c006e2283a35ca214b213ffcd9;ds=sidebyside split into multiple source files --- diff --git a/Makefile b/Makefile index 06554a2..1713c65 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,10 @@ +SRCS := $(wildcard *.tex) + default: article.pdf -article.pdf: article.tex - pdflatex -halt-on-error $<