From 8451134fc910ecab7a6abee92429cbbc8ae9cdf9 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Sun, 5 Mar 2023 08:35:29 +0100 Subject: [PATCH] Makefile dist target collects all scores (with products) into an archive --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 6d94463..1e3499f 100644 --- a/Makefile +++ b/Makefile @@ -22,3 +22,7 @@ all: $(PDFOBJS) # Pattern rules %.pdf %.preview.pdf %.preview.png &: %.ly $(LILY) $< + +.PHONY: dist +dist: $(LYSRCS) $(PDFOBJS) $(AUX) + @tar -zhvcf pipeband-music.tar.gz $(SRCDIRS) $(AUX)