Skip to content
Snippets Groups Projects
Commit 4d6a5c4c authored by Seblu's avatar Seblu
Browse files

fix tar multiple regeneration

parent 19014d29
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,11 @@ BUILD_DIR=__build__
all:
echo all is better than nothing
tar:
$(NAME)-$(VERSION).tar.gz:
git archive --prefix=$(NAME)-$(VERSION)/ HEAD | gzip -9 > $(NAME)-$(VERSION).tar.gz
tar: $(NAME)-$(VERSION).tar.gz
dsc: cleanbuild tar
mkdir $(BUILD_DIR)
tar xfC $(NAME)-$(VERSION).tar.gz $(BUILD_DIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment