X-Git-Url: https://projects.mako.cc/source/bmh-cv/blobdiff_plain/d599b1c29109297b4acbb4f55017808b4a602a59..65f70ced02a2dfaaab5dab9414d03e4855e63e55:/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