From ac293d17c79baed5b8380b2ad3ed739bde5a96e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 1 Jul 2012 15:03:16 +0000 Subject: fix typo from previous commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fb7634c..43ca543 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ tar: tar cvaf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) -tar-git +tar-git: @git archive --prefix=$(PACKAGE)-$(VERSION)/ HEAD | xz > $(PACKAGE)-$(VERSION).tar.xz; dist: cleandist localcopy tar -- cgit v1.2.1