tFix PHONY target - git-quick-start - an introduction to Git version control
HTML git clone git://src.adamsgaard.dk/git-quick-start
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 4b4a5e6a09953e9c5cd1536de3e8eb47105f10a2
DIR parent c962cd917db62269156b9c66e23b83a18ce26a1f
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 7 Sep 2019 06:46:14 +0200
Fix PHONY target
Diffstat:
M Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -9,8 +9,9 @@ all: ${PDFS}
pdflatex $<
pdflatex $<
-.PHONY: clean
clean:
@$(RM) *.{glo,idx,log,toc,ist,acn,acr,alg,bbl,blg,dvi,glg,gls,ilg,ind,lof,lot,maf,mtc,mtc1,out,synctex.gz,dfb_latexmk,fls,xdy,run.xml}
@$(RM) *.aux
@$(RM) *-blx.bib
+
+.PHONY: all clean