X-Git-Url: https://projects.mako.cc/source/bmh-cv/blobdiff_plain/d599b1c29109297b4acbb4f55017808b4a602a59..08b1f6362eacaa84f4e9555806f5b496f157608e:/Makefile diff --git a/Makefile b/Makefile index 76af31e..cebc6b3 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ pdf: all %.pdf: %.tex rubber -fd $< + rm -f vc clean: rubber -d --clean *.tex @@ -18,6 +19,6 @@ spell: aspell -c -t --tex-check-comments -b text.tex vc: - vc-git + ./vc-git .PHONY: clean all