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)