summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index dd415129c..7ff9a6eab 100644
--- a/Makefile
+++ b/Makefile
@@ -315,15 +315,6 @@ clean:
release:
@scripts/check-version -cr $(VERSION_STRING)
- # Add other rules (like tar-command) bellow
- tar czf $(NAME)-$(VERSION_STRING).tar.gz \
- --exclude-backups \
- --exclude .dep \
- --exclude .git \
- --exclude .gitignore \
- --exclude-from .gitignore \
- --exclude '*~' \
- --exclude subsurface \
- .
+ git archive -o $(NAME)-$(VERSION_STRING).tar.gz v$(VERSION_STRING)
-include $(DEPS)