X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=quittungen%2FMakefile;h=daac702b2d1ddeb393883e4e0192a2cebf3fec55;hb=HEAD;hp=dbdb036e969a2d6054c09811f3409aa6616ff6b5;hpb=fca1e6cfe82a5558181fe2234f6a19fe778b560b;p=teilnehmertool.git diff --git a/quittungen/Makefile b/quittungen/Makefile index dbdb036..daac702 100644 --- a/quittungen/Makefile +++ b/quittungen/Makefile @@ -6,3 +6,13 @@ all: $(PDFs) %.pdf: %.tex latexmk -pdf $< + + +clean: + rm -f texs $(PDFs) + + +realclean: clean + rm -f $(TEXs) + +.PHONY: clean all