From 6ea52b1f911f85c5504f211c0b30ebdeef3e8669 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 4 Apr 2022 15:36:16 -0400 Subject: Fix multiple package args without absolute path --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 05b4e3c..1531447 100644 --- a/Makefile +++ b/Makefile @@ -39,3 +39,7 @@ sbolint.1: sbolint sbopkglint.1: sbopkglint ./sbopkglint --man > sbopkglint.1 + +# this requires VERSION in this Makefile to be set to the latest git tag. +release: clean + git archive -o $(PROJ)-$(VERSION).tar.gz --prefix=$(PROJ)-$(VERSION)/ $(VERSION) -- cgit v1.2.3