From f07ce6882db7c0b7cd5d4d1df6f45828c36e6777 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 17 Jan 2014 00:17:50 +0159 Subject: fix Makefile typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41111113..9e64e5bb 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ install: build dist: dis dis: - :git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; + git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; $(info $(shell dirname $$PWD)/$(NAME)-$(VERSION).tar.xz is ready) # Makefile ends here -- cgit v1.2.1