summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Rajlich <nathan@tootallnate.net>2012-08-04 12:12:22 -0700
committerNathan Rajlich <nathan@tootallnate.net>2012-08-06 11:40:01 -0700
commitbd10bf44181909ce3aca8c312117482dcc14d066 (patch)
tree035b1646617755d23d5bd41e496390daca57c60e /Makefile
parent42aac41b9399dbdb14e3f250f358c14ec13ee5e4 (diff)
downloadnode-bd10bf44181909ce3aca8c312117482dcc14d066.tar.gz
Makefile: add `make tar` helper target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 826cd89fe..d1b249251 100644
--- a/Makefile
+++ b/Makefile
@@ -260,6 +260,8 @@ $(TARBALL): node doc
rm -rf $(TARNAME)
gzip -f -9 $(TARNAME).tar
+tar: $(TARBALL)
+
$(BINARYTAR):
rm -rf $(BINARYNAME)
rm -rf out/deps out/Release
@@ -296,4 +298,4 @@ cpplint:
lint: jslint cpplint
-.PHONY: lint cpplint jslint bench clean docopen docclean doc dist distclean check uninstall install install-includes install-bin all staticlib dynamiclib test test-all website-upload pkg blog blogclean
+.PHONY: lint cpplint jslint bench clean docopen docclean doc dist distclean check uninstall install install-includes install-bin all staticlib dynamiclib test test-all website-upload pkg blog blogclean tar